org.camunda.bpm.engine.impl.bpmn.behavior
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:
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundaryEventActivityBehavior
public BoundaryEventActivityBehavior()
Copyright © 2015 camunda services GmbH. All rights reserved.