Conditional Control Node

A Conditional node is a Production control node that causes the process flow to proceed to a specific node, depending on a set of conditions.

Production Conditional Node

The conditions are defined within the node and include where to proceed when the conditions are met. The conditional node loops through the list of conditions until one is met. Each condition consists of one or more subconditions. All subconditions specified must be met for the condition as a whole to be considered met.

TIP: It is a best practice to define your conditions such that one of them will eventually succeed. Otherwise, the script will run forever.

The Conditional node has Closedthree panes where you set attributes.

Production Conditional Node All Panes