Show TOC

LoopLocate this document in the navigation structure

Use

You use a loop ( ) to repeat the execution of steps within the loop. The loop continues to run while the end condition returns true (while loop).

To specify the end condition, use the condition editor.

More information: Defining a Condition

Example

For examples of how to use a loop, see:

Example: Collecting and Bundling Messages from One Interface