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
|
execute
void concurrentChildExecutionEnded(ActivityExecution scopeExecution, ActivityExecution endedExecution)
scopeExecution
- scope execution for the activity which defined the behaviorendedExecution
- the execution which endedvoid complete(ActivityExecution scopeExecution)
Copyright © 2022. All rights reserved.