how task can be carried out by many actors at the same time?

1
0
-1

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.

Comments

Submitted by asmahassani on Tue, 06/05/2018 - 03:10

any suggestion, please

4 answers

1
+1
-1

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.

1
0
-1

You could script an actor filter, so each instance is assigned to a specific student.

1
0
-1

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.

1
0
-1

anyone have a suggestion, please?

Comments

Submitted by eduardo.cortez_1 on Sat, 07/21/2018 - 00:53

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

Notifications