Skip to main content
[Command] Run subflow
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Run subflow command is used to instruct the workflow to run a specified subflow.

This command allows you to break your workflow into multiple parts, or subflows, in order to make the workflow easier to read, understand, and debug. Once you have identified the parts of your workflow that should be separated into subflows, the Run subflow command is used to execute them.


Parameters Values

Parameter

Description

Subflow

Select the subflow to run


Example

The above workflow will check if 10 is greater than 5, if so, a subflow named "Subflow1" will be run and then the workflow will end.

Did this answer your question?