Model 7b - Multiple Looping Activity

Parent Previous Next

Goals of this lesson


How-to

In this lesson we will introduce the looping activity. This kind of activity is being executed until a specified Looping Condition is broken (evaluated to true).

Figure 1: Model 7b - Multiple Looping Activity / IYOPRO-Link


Approach


Explanation

The first activity initializes the variable x with the value of 0. When the process flow arrives at the second activity, x will be increased by 1 and after the activity has been worked off the condition will be checked. The activity will be executed as long as the value does not meet the condition. In result the second activity will be executed 5 times just like the multiple activity from Model 7a.