Greetings to all. I would like to ask you a question regarding the challenge I am facing:
In the context of the process, I need to start an instance that will assign the same task to several different users. This instance must be solved simultaneously and send the resulting information to another application. To accomplish this, I use a parallel gateway. The problem I am currently facing is that the amount of users in each instance can vary, being some with 3 users, while others can have 5, 8, 10 or any amount of users.
Is it possible to create a structure where I can have n number of users running the same task?
How do I dynamically assign the user to the userTask?
This is the diagram I am working on.
diagram_2.bpmn (11.0 KB)
Thank you all in advance
