public interface CompositeActivityBehavior extends ActivityBehavior
| Modifier and Type | Method and Description | 
|---|---|
| void | complete(ActivityExecution scopeExecution) | 
| void | concurrentChildExecutionEnded(ActivityExecution scopeExecution,
                             ActivityExecution endedExecution)Invoked when an execution is ended within the scope of the composite | 
executevoid concurrentChildExecutionEnded(ActivityExecution scopeExecution, ActivityExecution endedExecution)
scopeExecution - scope execution for the activity which defined the behaviorendedExecution - the execution which endedvoid complete(ActivityExecution scopeExecution)
Copyright © 2018. All rights reserved.