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.
|
execute
void completing(DelegateExecution execution, DelegateExecution subProcessInstance) throws Exception
Exception
void completed(DelegateExecution execution) throws Exception
Exception
Copyright © 2015 Alfresco. All rights reserved.