how to assign a task to user when tasks are mapped to role .

1
0
-1

we may have multiple users for one role. how to assign a task to user when tasks are mapped to role in workflow.

2 answers

1
0
-1
This one is the BEST answer!

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

1
0
-1

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.

Comments

Submitted by OliverHain on Sat, 02/24/2024 - 12:29

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.

Notifications