Group authorization to claim task

I have 2 groups group1 with user1 and group2 with user2. I have a workflow with 2 tasks task1 having candidate group as group1. However user2 is able to claim the task. I want to restrict the tasks based on candidate group

Hello my friend!

Do you have authorization enabled in your application? Try putting the following properties below in your application.yaml

camunda:
  bpm:
    authorization:
      enabled: true

I hope this helps!

William Robert Alves

1 Like