Hello,
in my process, I have tasks which must be done by all actors ( for example 100 persons), for each one when he does a task, he passe to next task without waiting for the execution of previous tasks with other actors.
Means, each actor does the whole process in his manner.
I try to do that but when a task is done, the instance moves to the next task to another actor.
thanks for your help.
anyone have a suggestion, please?
A task can be execute by only one actor. There would be hard conflicts if more than one actor could perform a single task.
Depending on what you want to do, you could instantiate a task multiple times, or you could try to create an approval loop.
Hope this points you in the right direction.
sorry but i can’t add this as a comment.
thank you edo69 for your response,
in my case study, I work with the education process, that 's mean that one task must be done by many numbers of students. when I try with a multi-instantiation task the same actor can repeat this tasks which is not the case.
I hope that the idea is clear.
thank you.
You could script an actor filter, so each instance is assigned to a specific student.
Yo can create an actor filter, or if in your process know what students have to make the task you can assign it to a multi task.
I make that several times but i know wich users have to do the task