org.camunda.bpm.engine.impl.bpmn.behavior
Class EventSubProcessActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, CompositeActivityBehavior, SignallableActivityBehavior
public class EventSubProcessActivityBehavior
- extends SubProcessActivityBehavior
- Author:
- Daniel Meyer
| Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior |
checkIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, signal, signalCompensationDone |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSubProcessActivityBehavior
public EventSubProcessActivityBehavior()
complete
public void complete(ActivityExecution scopeExecution)
- Specified by:
complete in interface CompositeActivityBehavior- Overrides:
complete in class SubProcessActivityBehavior
concurrentChildExecutionEnded
public void concurrentChildExecutionEnded(ActivityExecution scopeExecution,
ActivityExecution endedExecution)
- Description copied from interface:
CompositeActivityBehavior
- Invoked when an execution is ended within the scope of the composite
- Specified by:
concurrentChildExecutionEnded in interface CompositeActivityBehavior- Overrides:
concurrentChildExecutionEnded in class SubProcessActivityBehavior
- Parameters:
scopeExecution - scope execution for the activity which defined the behaviorendedExecution - the execution which ended
Copyright © 2016 camunda services GmbH. All rights reserved.