public class EventSubProcessActivityBehavior extends SubProcessActivityBehavior
LOGbpmnActivityBehavior| Constructor and Description |
|---|
EventSubProcessActivityBehavior() |
| 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
|
doLeave, executecreateCompensateEventSubscription, executeWithErrorPropagation, isCompensationEventSubprocess, signal, signalCompensationDoneleave, leaveIgnoreConditionspublic void complete(ActivityExecution scopeExecution)
complete in interface CompositeActivityBehaviorcomplete in class SubProcessActivityBehaviorpublic void concurrentChildExecutionEnded(ActivityExecution scopeExecution, ActivityExecution endedExecution)
CompositeActivityBehaviorconcurrentChildExecutionEnded in interface CompositeActivityBehaviorconcurrentChildExecutionEnded in class SubProcessActivityBehaviorscopeExecution - scope execution for the activity which defined the behaviorendedExecution - the execution which endedCopyright © 2013–2020 camunda services GmbH. All rights reserved.