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