Hello.
I had to define a role that has 3 users and assign role to a task box, but inside task box each user must see his own tasks and shouldn’t see other users task or details and tasks are separated by an input attribute let’s say status and this status determines who can do the task. I want to use APIAccessor to add actor filter but I am not familiar with using that, is this any other solution? can you help me?
Hello,
When you associated a task with multiple people, this means that these people are candidates and only one of them will be able to be the assignee and thus perform it.
I think what you are looking for is the multi-instantiation feature, I add a link to the related documentation here. This is how you can design a task in a process that will generate one instance per person at runtime.