|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubProcessActivityBehavior
behavior for activities that delegate to a complete separate execution of a process definition. In BPMN terminology this can be used to implement a reusable subprocess.
| Method Summary | |
|---|---|
void |
completed(ActivityExecution execution)
called after the process instance is destroyed for this activity to perform its outgoing control flow logic. |
void |
passOutputVariables(ActivityExecution targetExecution,
VariableScope calledElementInstance)
Pass the output variables from the process instance of the subprocess to the given execution. |
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior |
|---|
execute |
| Method Detail |
|---|
void passOutputVariables(ActivityExecution targetExecution,
VariableScope calledElementInstance)
targetExecution - execution of the calling process instance to pass the variables tosubProcessInstance - instance of the called element that serves as the variable source
void completed(ActivityExecution execution)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||