Previous Topic: Loop a Series of OperatorsNext Topic: The Logical Sequence of a Loop Operator


While and Do While Loops

Use the While Loop check box of the Loop operator to manage loop behavior. When checked, the Loop operator behaves as a while loop. When unchecked the Loop operator behaves as a do while loop.

Any existing Loop operators in content developed before an upgrade to CA Process Automation 4.0 will have the While Loop field unchecked. They will continue to behave as do while loops. You can turn these Loop operators into while loops by checking the associated While Loop box.

The two main differences between while and do while Loop operators are:

Note: A Loop operator can be set to behave as a while or do while loop. The other operators that support looping can only behave as do while loops.