public interface SubProcessActivityBehavior extends ActivityBehavior
Modifier and Type | Method and Description |
---|---|
void |
completed(ActivityExecution execution)
called after the process instance is destroyed for
this activity to perform its outgoing control flow logic.
|
void |
completing(DelegateExecution execution,
DelegateExecution subProcessInstance)
called before the process instance is destroyed to allow
this activity to extract data from the sub process instance.
|
execute
void completing(DelegateExecution execution, DelegateExecution subProcessInstance) throws Exception
Exception
void completed(ActivityExecution execution) throws Exception
Exception
Copyright © 2015. All rights reserved.