Interface CompositeActivityBehavior
- All Superinterfaces:
ActivityBehavior
,CoreActivityBehavior<ActivityExecution>
- All Known Implementing Classes:
EventSubProcessActivityBehavior
,MultiInstanceActivityBehavior
,ParallelMultiInstanceActivityBehavior
,SequentialMultiInstanceActivityBehavior
,SubProcessActivityBehavior
- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(ActivityExecution scopeExecution) void
concurrentChildExecutionEnded
(ActivityExecution scopeExecution, ActivityExecution endedExecution) Invoked when an execution is ended within the scope of the compositeMethods inherited from interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior
execute
-
Method Details
-
concurrentChildExecutionEnded
void concurrentChildExecutionEnded(ActivityExecution scopeExecution, ActivityExecution endedExecution) Invoked when an execution is ended within the scope of the composite- Parameters:
scopeExecution
- scope execution for the activity which defined the behaviorendedExecution
- the execution which ended
-
complete
-