Search code examples
javaauthorizationbpmncamundacamunda-modeler

Camunda - Filter Tasklist according to the assigned group


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

How do I make sure that a Tasklist only displays the task which was assigned to a particular group of users? The goal is that user can come and see the tasks of another group.


Solution

  • I've found the solution to my problem. The solution is, we need to create a filter to displays only tasks assigned to a specific user group.

    For reference: Here's the complete answer.