Subflow Steps

The Subflow is a separate set of integration steps that can be invoked from other integrations. The Subflow step triggers a series of integration steps (that is Subflow). The following table lists the fields valid for this type of step.

Field Description Mandatory?

Code

Code of the integration step.

Yes

Sequence

The sequence of this step.

Yes

Subtype

SUBFLOW

Yes

Condition Invocation Check

A dynamic logic condition to check if this step should be invoked. The step gets skipped if the condition returns false

No

Function Post Process

A dynamic logic function to post process the results of the step.

No

Subflow

Reference to a Subflow

Yes

Type Config

Optional. There are two specific configuration that may be provided.

  • subflowFunctionCode: This dynamic logic governs the number of times Subflow is triggered and the input parameters with which it is triggered. Not providing the function code results in the triggering of the referenced sub flow once with no parameters of its own.

  • processSubflowInSequence: States if the subflow needs to be processed in sequence (true) or in parallel (false). Default value is false.

Yes

Sample Configuration

Refer to howto: Working with Subflows