assigning ownership of an actor who picks new task

1
0
-1

We have the following challenge to overcome: An actor A initiates task filling a Form. The task appears as a New Task in the list of Tasks of range of actors together, let’s say B, C and D. Whoever will pick the Task (by clicking an Accept button) will become owner of it. How to assign all subsequent activities (approvals, rejects, history logs etc.) to the actor who picked the task and became owner?

We use Bonita 6.1.

2 answers

1
0
-1

Hello I have an issue assigning a task to a group of Actors(range of actors together) how can i do it in Bonita 6.1 ? thank you !

1
0
-1

When the user (B, C, or D) executes the task, you can store his ID in a process variable. In the subsequent tasks, you can use the actor filter "single user" using the process variable with the ID as parameter.

See also http://documentation.bonitasoft.com/actor-filtering

Notifications