Sub-flow

Subflow is a reusable set of integration steps, to be used as part of a main integration through a Subflow step.

Field Description Mandatory?

Code

The unique code of the subflow

Yes

Integration Steps

List of integration steps. See "Integration Steps" section in the Application Overview page of the Configuration Guide for details on various integration steps.

Yes

Subflow is a means to define a list of steps to be triggered as part of the main flow. It can repeat 'n' number of times either in parallel or in sequence. The number of times that a subflow gets repeated is based on the size of the parameters list (bind variable subflowStepParameters) provided through subflowFunctionCode. For the structure of SubflowParameters, please refer to the Sub flow Step Parameters in the _Developer Guide.

There are no versions for a subflow. We recommended creating a new subflow for any structural changes to a subflow - such as the adding or deleting of a subflow step - to prevent configuration migration issues from referential constraints.