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 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 development guide.