we may have multiple users for one role. how to assign a task to user when tasks are mapped to role in workflow.
Hi,
If a task is assigned to a role, it means that any user having the role can assign the task to herself and perform it.
If you want the process to select a particular user within the role when creating the task, you should use an Actor Filter.
You can find some information in the documentation: Actor Filtering with Bonita
Hope this helps,
Captain Bonita
In essence, there are two basic categories: classes for definitions (such as Process and Task) and classes for instances (such as ProcessInstance and TaskInstance).
https://documentation.bonitasoft.com/bonita/7.10/actor-filtering skibidi toilet
When you develop something in Bonita Studio, you use definition classes to represent it, whereas instances classes reflect what happens when you run a process.
In essence, there are two basic categories: classes for definitions (such as Process and Task) and classes for instances (such as ProcessInstance and TaskInstance).
https://documentation.bonitasoft.com/bonita/7.10/actor-filtering
When you develop something in Bonita Studio, you use definition classes to represent it, whereas instances classes reflect what happens when you run a process.
Your opinion has some truth.