User Task : How to restrict user actions in embedded form

Hi Guys,

Is it possible to hide the action items panel in the embedded form (highlighted in the attached), so user doesn’t get to change due date or assignee?

If there is a way to restrict only one group of users without restricting admin, it would be great.

Any suggestions are greatly appreciated.

Thanks for your time.

Hi Bharat,

Not sure about the frontend aspect, however hiding these buttons would merely be a cosmetic change since users might still use the underlying REST API to manipulate the data.

With 7.5.0, we introduce two additional permissions for user tasks that at least help you restricting access to changing assignees and candidates, see https://docs.camunda.org/manual/latest/user-guide/process-engine/authorization-service/#task-permissions

Cheers,
Thorben

1 Like

From what I’ve been told front-end elements are never hidden based on the authorization.
The action will only throw an error when the criteria is not met.