|
||||||||||
| 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 |
completing(VariableScope execution,
VariableScope subProcessInstance)
called before the process instance is destroyed to allow this activity to extract data from the sub process instance. |
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior |
|---|
execute |
| Method Detail |
|---|
void completing(VariableScope execution,
VariableScope subProcessInstance)
throws Exception
Exception
void completed(ActivityExecution execution)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||