Class BoundaryEventActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
- All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>
,ActivityBehavior
,SignallableActivityBehavior
- Direct Known Subclasses:
BoundaryConditionalEventActivityBehavior
,CancelBoundaryEventActivityBehavior
The BPMN Boundary Event.
The behavior of the boundary event is defined via it's ActivityStartBehavior
. It must be either
or meaning
that it will either cancel the scope execution for the activity it is attached to (it's event scope) or will be executed concurrently
in it's flow scope.
The boundary event does noting "special" in its inner behavior.
- Author:
- Daniel Meyer, Roman Smirnov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior, LOG
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
doLeave, execute, leave, leaveIgnoreConditions, signal
-
Constructor Details
-
BoundaryEventActivityBehavior
public BoundaryEventActivityBehavior()
-