Loop End


The Loop End node is used to mark the end of a loop in the integration flow and is to be used together with the Loop node. The number of cycles the nodes in between the Loop and Loop End nodes are executed will be according to the number defined in the Loop node.

Node Type

Logic.

Input and Output Ability

This node has 1 entry point and 1 exit point. The input and output msgs will follow the format of the preceeding node’s output msg.

Node Properties

../../_images/loop_end.png


Name

The name for this node.


Description

The description for this node.

Samples

Input Sample

The input of a loop end node is the output of the preceeding node after completing the whole loop cycle.

Output Sample

The loop end node does not modify the input, but forwards it to the proceeding node to be processed.