The Workflow Action enables you to trigger another Workflow and use it as a subflow.
Synchronous mode
is the default option. However, if you would like to run the Workflow Asynchronously
, click the toggle button next to Run async.10
levels.It is possible to have deep nesting levels within Workflows. However, trying to call Subflows with a depth of more than 10 levels
Workflows, will result in failure.Note
: Input parameters of Workflows used as Subflows cannot be changed or deleted, as this breaks the Workflows using them.