Hello Everyone!
I have a User task, and have assigned 2 Candidate Groups and 2 Candidate Users to that user task in modeler,
also i have made the groups and users in Camunda Identity Service using rest APIs, and have also assigned the users to specific groups.
The issue i am facing is that when i try to claim the task using wrong userId ( users which are not created and assigned to specific candidate groups ) is still claiming the task, but i want is that only candidate users can access the task not anyone else,
Can someone help me to solve this problem?
Thanks!