Multi Instance Processes Functionality

Hi there!

I am working on a project where I am using serialized multi-instance activity with loop cardinality(For example-10). The current behavior is such that the multi-instance activity executes for 10 times and then moves to the next task (in this case, User Task).

I have a requirement where a multi-instance activity should not wait until all instances are executed (In other terms, it should go to the next task after each iteration.)

How can I achieve this?

Here I am using simple multi-instance activity with no conditions. !

Thank you
Best Regards,
Vasudev

Hi!
I dont know best practice in Camunda, but in pure BPMN2 you need split you flow to 2 flows. 1 flow is “generator”, second is “worker”. Then you need connect with messadges:

Ofcource, you need do some code work with event, becouse events must know destination.

1 Like