Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Grouping Activities : While True Loop

While True Loop
The While True loop repeats the series of grouped activities as long as the given condition evaluates as true. The condition is evaluated when the group is entered. If the condition evaluates to false, the activities within the group are not executed. The following is an example of a While True loop.
The process performs the following operations:
1.
2.
 
   not($endOfStream/AccumulatedOutput/EndOfStreamMarker/
      EndOfStreamReached)
So, the condition evaluates to true because EndOfStreamReached is false the first time the loop is executed.
3.
4.
5.
6.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved