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

public class BoundaryEventActivityBehavior extends FlowNodeActivityBehavior

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
  • Constructor Details

    • BoundaryEventActivityBehavior

      public BoundaryEventActivityBehavior()