How to repeat a task ?

1
0
-1

Hi

I have a task I want to repeat 1, 2, 3 or 4 times
How can I loop this task ?
I tried with standard Loop but is the condition exclusively a While ? And what have I to put in this While ? i tried return nbiteration, and i define nbiteration as 1 for testing but it didnt work

Other solution i tried was a sequence flow on itself with same condition it didnt work

Thank you

1 answer

1
0
-1

Hello,

You can use the iteration tab to specify how you want to repeat any given activity of your process. Here is an official documentation page that explains it in great details in case you want to check it out.

Notifications