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 | passOutputVariables(ActivityExecution targetExecution,
                   VariableScope calledElementInstance)Pass the output variables from the process instance of the subprocess to the given execution. | 
executevoid passOutputVariables(ActivityExecution targetExecution, VariableScope calledElementInstance)
targetExecution - execution of the calling process instance to pass the variables tocalledElementInstance - instance of the called element that serves as the variable sourcevoid completed(ActivityExecution execution) throws Exception
execution - ExceptionCopyright © 2018. All rights reserved.