org.camunda.bpm.engine.impl.pvm.delegate
Interface CompositeActivityBehavior
- All Superinterfaces:
- ActivityBehavior, CoreActivityBehavior<ActivityExecution>
- All Known Implementing Classes:
- EventSubProcessActivityBehavior, MultiInstanceActivityBehavior, ParallelMultiInstanceActivityBehavior, SequentialMultiInstanceActivityBehavior, SubProcessActivityBehavior, TransactionActivityBehavior
public interface CompositeActivityBehavior
- extends ActivityBehavior
- Author:
- Tom Baeyens
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
void complete(ActivityExecution scopeExecution)
Copyright © 2016 camunda services GmbH. All rights reserved.