Hi
I am using multi-instance loop for a user task. I am able to create number of multiple user task (say 5) either sequentially or in-parallel using 5 tag. But i could not assign the task to list of users in an array.
I checked the user guide, and found option for it by using, but couldn’t succeed
Please can you help me on implementing below items w.r.t Multi-instance loop (user task)
-
I could see default data types provided by Flowable BPM. But how to bring Collection data type into the flowable system?
-
Also how to collect the response/decision from all list of users in a List variable?
-
Is there is any sample implementation for the Multi-instance loop?
Appreciate your help.
Thanks