Call Sub Workflow step

Use the Call Sub Workflow step to start another workflow. You can call the sub workflow and either wait for it to complete, or call it and continue with your main workflow.

Use the Call Sub Workflow step for the following scenarios:

  • When a workflow branch contains a complex series of tasks, or can leverage an existing workflow, calling a sub workflow makes design, debugging, and maintenance of the application more manageable.
  • Depending on settings, a sub workflow can allow a single workflow or multiple workflows to run in parallel.
  • Reuse existing workflow logic and build a series of workflows that represent optional functional capabilities that a "hub" workflow coordinates, which is often used in case management and similar scenarios.

Drag the Call Sub Workflow step from the Basic category, or the Recent category onto the canvas.

Example of a Call Sub Workflow step in a workflow

See the following resources for more information:

For more information on how to create a workflow containing a Single or Multiple sub workflow, see the following How To topics: