The Subprocess task creates a new sub workflow to help break the workflow into visually manageable or logical pieces. It creates a new workflow that returns back to the calling workflow process when the subprocess is completed.

In this example, Subprocess tasks are used to make the workflow easier to understand and make sense.

Subprocesses can also be used in conjunction with Advanced Rules to control the flow of the workflow process. If the Advance Rules are set correctly, the Consolidate–Corp subprocess won't execute until the Consolidate–USAConsolidate–Europe, and Consolidate–Canada subprocesses are completed. 

Subprocess task and advance rules.

The key parameters include:

ParameterDescription
NameEnter the name that appears on the task.
Advance RuleSpecify how to advance to the task. The default is All predecessors have completed. 

To configure a Subprocess task:

  1. Drag the Subprocess task onto the Workflow Editor canvas to add it.
    Find the Subprocess task in the Workflow Controls section of the Workflow toolbox.
  2. Select the Subprocess task and select the Edit icon to edit the parameters in the Task Configuration pane. 
  3. Fill in the required parameters. 
  4. Select OK to apply changes in the Task Configuration pane.
  5. Select the Subprocess task to edit and then select Open in the pop-up menu. 
  6. Add tasks required for the sub-workflow in the subprocess. 
  7. Select X to close the Subprocess Workflow Editor.
  8. Select Save to save the workflow.
  9. Select Play in the Workflow Editor toolbar to start the workflow.
    The workflow process starts.