Loop Control Node

A Loop node is a Production control node that processes a set of nodes multiple times before continuing along the branch.

Production Loop Node

The number of times the flow loops through these nodes depends on the number of iterations that are defined. With each iteration, the nodes in the loop are processed with different values based on defined parameters or a file-matching pattern.

NOTE: If testing part of a Loop node, you can control which iterations of the loop run by using different run configurations. See Script Configurations where you can disable iterations in the Parameters section in the lower pane.

Each Loop node might have a corresponding Integ node, which generates the parameter file to be used by that Loop node. The script should run immediately preceding the loop or parameter file that is using it. A Loop node is equivalent to an Integrator Iterate output object; therefore, it must contain or reference a set of parameters within the Loop node.

NOTE: The Loop node has an overall failure or success mechanism, but not per iteration. The Loop attempts all of the iterations, even if some fail.

The Loop node has Closedthree panes where you set attributes.

Production Loop Node All Panes

See also: