Having 2 process: A and B. process A starts process B
in process A, you define a Process B actor filter it is all users from a group 1. They can do the usertasks, but when each user ends all tasks, he will be excluded from process B actor filter.
My question is… when this process B have multiple instances, this actor filter from a instance interfere in others? Even in the proposition.
What I think you’re saying is
Process A starts (n) Process B, one for each person.
Process B uses a filter to select the users, when a user does his B (y), you do not want him submitting another B (x) so he should be excluded from the actor list.
Yeah, in these cases we prefer to specifically assign process B to an individual and not use an actor filter, we have much more control over the assignment in not allowing others to do others work.
There is a post somewhere here on the forum I made a short time ago with some code see if you can find it. I haven’t time to wade through the quagmire of awful search results…
regards
Seán