org.camunda.bpm.engine.impl.bpmn.behavior
Class CallActivityBehavior
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.CallableElementActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior, SubProcessActivityBehavior
public class CallActivityBehavior
- extends CallableElementActivityBehavior
Implementation of the BPMN 2.0 call activity
(limited currently to calling a subprocess and not (yet) a global task).
- Author:
- Joram Barrez, Roman Smirnov
| Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior |
completed, execute, getBinding, getBusinessKey, getCallableElement, getDeploymentId, getInputVariables, getOutputVariables, getOutputVariablesLocal, getVersion, isDeploymentBinding, isLatestBinding, isVersionBinding, passOutputVariables, setCallableElement |
| Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior |
checkIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, leave, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, signal, signalCompensationDone |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallActivityBehavior
public CallActivityBehavior()
startInstance
protected void startInstance(ActivityExecution execution,
org.camunda.bpm.engine.variable.VariableMap variables,
String businessKey)
- Specified by:
startInstance in class CallableElementActivityBehavior
Copyright © 2016 camunda services GmbH. All rights reserved.