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.