Which authorization gives the user the right to claim or to unclaim a task?

Hi at all,
I want some users not to be able to claim or unclaim a task. Which authorizations are responsible for this?
Thanks :slight_smile:

Hi @MarvinKern

Have a look at the detailed table in below docs.

https://docs.camunda.org/manual/latest/user-guide/process-engine/authorization-service/#additional-task-permissions

1 Like

Thank you for your answer.
I gues my problem is not solvable, because I want the user to be able to complete the task but not be able unclaim/claim it.
However when you look at the table, claim und complete need the same rights. So if anybody is able to complete the task, he is able to claim/unclaim it.
In my process the tasks are automatically signed to users, so no need for them to claim/unclaim.

Thank you anyway :slight_smile: