Filter Tasklist according to the assigned group

Hi all, I’ve created a user who belongs to a ‘Security’ group. In the camunda modeler I’ve explicitly assigned a task to a ‘Facility’ group. However, on running the application I can see that the user who belongs to a security group can see and claim a task which was assigned to a ‘Facility’ group.

How do I make sure that Tasklist only displays the task which was assigned to a particular group of a user so no other user can come and see other’s group task.

P.S: I’m new to camunda community, any help/guideline would be highly appreciated.

Thanks in Advance.
Ali

Hi @hello.aliasad,

You can create a filter to displays only tasks assigned to a specific user group.

Below is a list of some common filters, have a look at the filter name "Tasks of a specific group"

https://docs.camunda.org/manual/latest/webapps/tasklist/filters/#common-filters

1 Like