Create an actor with a set of users during case

I need to specified the users that belong in an actor during the execution of the case, I don't know who is going to be able to see this until the previous human task finishes and indicates the id of the next users, it is required that these users can only see this task and no other

1 Like

Hi @rogoca, In your scenario, there are two tasks, which I’ll refer to as Task A and Task B.

After completing Task A, you can save the output data from Task A (the username of the next assignees) to a variable.

This variable can then be accessed in the actor filter of Task B.