Is there a way to make “due date” under Task View read only ?
We don’t want users in certain group to be able to modify due date .
You could try revoking the UPDATE
permission for a task and instead assigning the TASK_WORK
permission. See https://docs.camunda.org/manual/7.9/user-guide/process-engine/authorization-service/#additional-task-permissions for details.
Cheers,
Thorben
2 Likes