Class FlowNodeActivityBehavior

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
Direct Known Subclasses:
AbstractBpmnActivityBehavior, BoundaryEventActivityBehavior, CompensationEventActivityBehavior, EventBasedGatewayActivityBehavior, GatewayActivityBehavior, IntermediateThrowNoneEventActivityBehavior, NoneEndEventActivityBehavior, NoneStartEventActivityBehavior, TerminateEndEventActivityBehavior

public abstract class FlowNodeActivityBehavior extends Object implements SignallableActivityBehavior
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events. This means that any subclass can be the source or target of a sequenceflow. Corresponds with the notion of the 'flownode' in BPMN 2.0.
Author:
Joram Barrez