InitiateSubFlow Activity

The InitiateSubFlow activity calls another workflow in synchronous mode (function call style). When the synchronous mode is specified, the calling workflow suspends and waits for the called workflow to complete and potentially return outputs.

Using the InitiateSubFlow activity you can pass a number of input parameters to the called workflow. For information on how to use this activity to manage subflows, refer to Subflow Management.