Workflows used as subflows
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Workflow
A workflow can launch another workflow as an activity.
The parent workflow triggers the subflow and then waits for the subflow to complete before continuing. Run the workflow validation tool prior to publishing to detect missing subflows and other dependency problems, such as those involving update sets.
The Workflows tab in the Workflow Editor contains a list of the workflows available for use as subflows.

Make sure that the selected subflow is active. If the subflow is inactive, the main workflow will hang with a Loading message. If you place an inactive subflow into a workflow, the subflow appears with a red banner, indicating that it cannot run. An active subflow is highlighted in blue when selected.

Subflows and the Create Task activity
If a workflow contains a Create Task activity that has executed on the current record, additional task activities in the workflow might not execute as expected.

