Repeated activities
Sometimes, a process activity is repeated multiple times.
In your process, you might have an activity that is repeated until some condition is met, or until some condition is no longer true. For example, you might have a log in activity that requires a user to enter a password, and that activity will repeat until the correct password is entered. To represent this, you can add a simple loop marker on your activity by right-clicking the activity and selecting .
You might also have an activity that must be repeated for a certain number of instances. For example, in a Hiring process, you might have an Interview Candidates activity that will repeat for every candidate on the list, with each iteration using a different set of input values. To represent this type of activity, you can use a multi-instance loop marker to your activity by right-clicking the activity and selecting .
| Loop Type | Icon | Description |
|---|---|---|
| Simple loop | ![]() |
An activity that is repeated until a condition is no longer met. |
| Multi-instance loop | ![]() |
An activity that is repeated a specific number of times. |

