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

public class BoundaryEventActivityBehavior
extends FlowNodeActivityBehavior

The BPMN Boundary Event.

The corresponding activity must either be

As a result, the boundary event does noting "special". It will be left by all outgoing sequence flows just like any other activity.

Author:
Daniel Meyer, Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
 
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 © 2014 camunda services GmbH. All rights reserved.