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 corresponding activity must either be
PvmActivity.isCancelScope() in case of an interrupting event subprocess. In this case
the scope will already be cancelled when this behavior is executed.
PvmActivity.isConcurrent() in case of a non-interrupting event subprocess. In this case
the new concurrent execution will already be created when this behavior is executed.
- Author:
- Daniel Meyer, Roman Smirnov
|
Method Summary |
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSubProcessStartEventActivityBehavior
public EventSubProcessStartEventActivityBehavior()
execute
public void execute(ActivityExecution execution)
throws Exception
- Description copied from class:
FlowNodeActivityBehavior
- Default behaviour: just leave the activity with no extra functionality.
- Specified by:
execute in interface CoreActivityBehavior<ActivityExecution>- Specified by:
execute in interface ActivityBehavior- Overrides:
execute in class FlowNodeActivityBehavior
- Throws:
Exception
Copyright © 2014 camunda services GmbH. All rights reserved.