public interface SubProcessActivityBehavior extends ActivityBehavior
| Modifier and Type | Method and Description |
|---|---|
void |
completed(DelegateExecution 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.
|
executevoid completing(DelegateExecution execution, DelegateExecution subProcessInstance) throws Exception
Exceptionvoid completed(DelegateExecution execution) throws Exception
ExceptionCopyright © 2015 Alfresco. All rights reserved.