How Can I restrict start process visibility to users

For Example I made a group named assignee and I have two user under assignee named user1 and user2.User1 can login and see the task that is assigned to him but not able to see the processes in process tab in tasklist.

Hi @P_Arya_Prakash, welcome to the forums! Are you using SaaS or a Self-Managed instance?

Hi @nathan.loding thanks for your reply.
I solved the problem by setting RESOURCE_AUTHORIZATIONS_ENABLED=true in docker-compose.yml file.
But I’m facing another problem now. I am trying to embed camunda tasklist into a react application but It is showing localhost refuse to connect. X-Frame-option is enabled by default so how can I disable it.

By the way I am using camunda 8 self-managed.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.