public class TerminateEndEventActivityBehavior extends FlowNodeActivityBehavior
The BPMN terminate End Event.
The start behavior of the terminate end event is ActivityStartBehavior.INTERRUPT_FLOW_SCOPE.
as a result, the current scope will be interrupted (all concurrent executions cancelled) and this
behavior is entered with the scope execution.
bpmnActivityBehavior, LOG| Constructor and Description |
|---|
TerminateEndEventActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
doLeave, leave, leaveIgnoreConditions, signalpublic void execute(ActivityExecution execution) throws Exception
FlowNodeActivityBehaviorexecute in interface CoreActivityBehavior<ActivityExecution>execute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorExceptionCopyright © 2013–2021 camunda services GmbH. All rights reserved.