Class TerminateEndEventActivityBehavior

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior
All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior

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.

Author:
Daniel Meyer, Roman Smirnov