Here we create a typical programming loop within the process flow iterating over a number of activities based on a numeric index. The flow created represents the following pseudocode; assign_rslt := 0; for (int iter_idx:=0; iter_idx < number_iterations; iter_idx++) { ...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'loops'.