org.camunda.bpm.engine.impl.bpmn.behavior
Class BoundaryEventActivityBehavior

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
      extended by 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

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior, LOG
 
Constructor Summary
BoundaryEventActivityBehavior()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
execute, leave, leaveIgnoreConditions, signal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundaryEventActivityBehavior

public BoundaryEventActivityBehavior()


Copyright © 2015 camunda services GmbH. All rights reserved.