Class TerminateEndEventActivityBehavior
java.lang.Object
org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.operaton.bpm.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior
- All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>,ActivityBehavior,SignallableActivityBehavior
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.
- Author:
- Daniel Meyer, Roman Smirnov
-
Field Summary
Fields inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ActivityExecution execution) Default behaviour: just leave the activity with no extra functionality.Methods inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
doLeave, leave, leaveIgnoreConditions, signal
-
Constructor Details
-
TerminateEndEventActivityBehavior
public TerminateEndEventActivityBehavior()
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Specified by:
executein interfaceCoreActivityBehavior<ActivityExecution>- Overrides:
executein classFlowNodeActivityBehavior- Throws:
Exception
-