How can I in a loop indicate which activity should be executed first?

2
When in a microflow I create a loop with several activities in it, how can I indicate which activity should be executed first?
asked
2 answers
11

In a loop, the activity that has no incoming sequence flows will be executed first. The Modeler makes sure that only one such activity exists.

answered
4

You can only have one activity without an incoming flow. This activity will be executed first.

answered