Describes how to use the Subflow step

Description

A subflow is a collection of steps that are collapsed into a single step in the execution path. It can be used to reduce some visual complexity of a flow, or to package up a group of step as a reusable piece used in multiple places.

Category

Control

Inputs

No configuration is needed.

Outputs

No configuration is needed.

Sample

Subflow Sample

The flow starts, the subflow step executes the collection of steps defined in the subflow. In case of an error while executing the steps, the error will be logged and the execution will finish.

Back to top