Hi Zeebe Community,
In a workflow, I would like to execute a step ‘n’ times based on the response returned by the previous step.
Let’s assume my workflow has 2 tasks.
Start → Task1 → Task 2 → End
‘Task1’ is handled by a worker and returns a payload containing list of ‘n’ objects.
After Task1 completes, I would like to execute ‘n’ number of tasks of type ‘Task2’ (sequentially or concurrebt). Is it possible to model this behavior in Zeebe?