Model 7a - Multiple Sequential Activity

Parent Previous Next

Goals of this lesson


How-to

Model 7a represents a process which mainly consists of two activities. The first one declares a variable x, which we then use to define the number of iterations for the second activity that will be executed sequentially. This means that the number assigned to x determines how often the sequential activity will be executed.


Figure 1: Model 7a - Multiple Sequential Activity / IYOPRO-Link


Approach


Explanation

We defined a variable x with a value of 5. The Variable x is used to determine the number of the second activity's iterations. This means the second (sequential) activity will be executed 5 times, before the process proceeds to the end event.


Note: