The Execute Process Task node can execute another Process Model, from within the Process Model in which it is used.
Properties
Name
Specify a name for the node.
Stage to Execute
Select a stage to execute.
Execute Asynchronously
When using this node, you can choose to execute the selected Process Model synchronously or asynchronously. Select this option to enable asynchronous execution.
Asynchronous execution means that once the Execute Process Task is reached and the external Process Model is triggered, the current Process Model containing the Execute Process Task will immediately move on to its next node - not waiting for the triggered Process Model to finish its execution.
If you do not select this option, the node will execute synchronously.
Synchronous execution works the opposite way, that is, the current Process Model will wait for the external Process Model triggered by the Execute Process Task to finish before it moves onto its next node.
Use Process Reference Time
Select Use Process Reference Time to use the Ref Time of the entire Process Model when executing the selected child Process Model.
If you do not select this option, the system calculates Ref Time for the child Process Model based on its last run.
Output Variables
Optionally, define output variables to customize how the Process Model executes. For more information, see Process Model variables.