In the repetition pattern,
multiple processes are connected in a repetitive fashion. In the first
repetition pattern, Process 1 executes, followed by Process 2. Execution
then returns to Process 1 and continues indefinitely,
The first repetition
pattern is shown in the following display:
Repetition Pattern One
In the second repetition
pattern, Process 1 executes, followed by Process 2. After a decision
is made, execution either returns to Process 1 or continues to Process
3, In this case, the job ends after Process 3 finishes.
The second repetition
pattern is shown in the following display:
Repetition Pattern Two