Hello,
I have the following issue.
I want that two users can start the same process, but one of the users cannot do/see the tasks of the other user.
How shall I do it?
I started with:
create User A,
create User B,
create user X.
User X is member of Group A and Group B
Process is started as Actor mapped to X, so that both, A and B, can start the Process.
Now the prbloem is, that User A can see the Processes started by B and vice versa.
Any suggestions?