Hello,
I am trying to submit a Form to more than one user in parallel, but it seems not working.
My Form (Design) contains a DROP-DOWN list placed inside a Collection (so it's a Repeatable DROP-DOWN).
My Business Process starts by submitting a Form then assigning a USER TASK to the users selected from this DROP-DOWN list.
Running this process will assign the task just to the first user selected from the list.
I tried another process by replacing the USER TASK activity with an EMAIL TASK, where all the users selected from the DROP-DOWN list should be notified.
Running this process works fine.
So what I am asking, is there any workaround to achieve the process of assigning a USER TASK to multiple users (retrieved as token) in parallel ?
Regards.
Amine