How to forbid the user to reset the assignee in tasklist?

I have this question is because I want to avoid user to reset the assignee to themselves and to finish the process.

If I modify this entry and just keep READ permission user cannot rest the assignee but Camunda platform is automatically create an entry for the task with the task id as resource id in Admin and grant the READ and UPDATE permissions. How to setup the READ as default permission to users when automatically create by Camunda?

Hi @jackychen,

there are finer grained permissons on tasks that may help you: https://docs.camunda.org/manual/7.9/user-guide/process-engine/authorization-service/#additional-task-permissions.

Cheers, Ingo

I think I did it to setup the defaultUserPermissionNameForTask in bpm-platform configuration file.
Thanks