Query:Claim Task once assigned to a person we want that to be uneditable field so that the assigned person shouldnt reassign to someone else

Please have a look at the below snippet.

Hi @njabashe,

You can change the default task permission of the process engine configuration to be Task Work instead of Task Update so that user can only claim and complete the task.

As it gets configured, user will get an exception if he tries to reassign

1 Like

Thank you we implemented this and its working.