Handling Errors Using Conditional Terminals on Loops
- Updated2025-08-15
- 1 minute(s) read
You can control the iteration of a While Loop or a For Loop when an error passes to a conditional terminal. Complete the following steps to handle errors using conditional terminals.
- Select the error cluster terminal.
- Wire the error cluster to the conditional terminal of a While Loop or a For Loop.
Note If you wire the error cluster to the conditional terminal, only the TRUE or FALSE value of the
status
parameter of the error cluster passes to the terminal. In addition, the shortcut menu items
Stop if True
and
Continue if True
change to
Stop on Error
and
Continue while Error.