org.camunda.bpm.engine.impl.bpmn.behavior
Class EventSubProcessStartEventActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.NoneStartEventActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessStartEventActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
public class EventSubProcessStartEventActivityBehavior
- extends NoneStartEventActivityBehavior
Specialization of the Start Event for Event Sub-Processes.
The start event's behavior is realized by the start behavior of the event subprocess it is embedded in.
The start behavior of the event subprocess must be either either ActivityStartBehavior.INTERRUPT_EVENT_SCOPE or
ActivityStartBehavior.CONCURRENT_IN_FLOW_SCOPE
- Author:
- Daniel Meyer, Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSubProcessStartEventActivityBehavior
public EventSubProcessStartEventActivityBehavior()
Copyright © 2015 camunda services GmbH. All rights reserved.