Custom Role Permission which specific user only can read/view and write tasks but cannot start Processes

Currently, we are using self-managed camunda 8.4 which using docker approach. We tried to make limited access for a user when accessing Tasklist Web Page, from example, he/she only can view/read and write any tasks that assigned to him/her, but cannot start any processes.

The current roles tasklist API provide that works only:
read:*
write:*

is there any paramater or role definition for specific tab for example:
tasks:write
processess:read

when we input like:
update:*
view:*
create:*
all read as null (see at developer mode, when accessing)

tried to do like:
tasklist:read → still read as null

anyone suggestion, discussion and help are welcome. We facing this issue only at camunda 8, in camunda 7, works normal as we expected base on filtered roles/permission

Thanks.

Hello @Woori ,
Yes, it is possible, for use this, you can go over Identity admin, Users, Authorizations:


Over there, you can create a Resource Authorization from the user, were you can limit the processes where User can see.

For the user see only the tasks that belongs to the user, in addition from 8.4.0, you can use Task Restrictions, more informations on this document:

Please let me know if it helps

Thank you.

1 Like