Hi
I'm new to Bonita and I cannot understand how actors works
For the sample I m building I've mapped this simple assignment
I've built one Actor and I ve selected one user => I would expect that after the execution of the step, the next task is assigned to the user ( or users ) belonging to this mapping.
I cannot get this , every time the step is unassigned and I have to assign manually from the administrator panel and I cannot even find anything in the log files.
What am I missing ?
Thanks
Alberto
Hi,
You have to understand two notions:
- Actor is a way to determine who (users mapped directly or being part of a group anad/or a role) will see the task to execute it. In other words, who is candidate for the task
- Even when a user is candidate for a task, they need to assign the task to them before executing the task. this allows to indicate to other candidates that the task is "taken" so no need to work on it
If you really need to auto-assign tasks, see the notion of Actor Filters in the documentation.
HTH
Emmanuel
Thanks for your help, I was assuming that if the list of candidates contains just one user it would be automatically assigned.
Now it is clear ! Thanks againg
Hi, If you're happy with the answer, can you just upvote it, so that other users can find it more easily. Thx.