How to make 1 tenant access the workflow of other tenant?

Hi,
I am new to Camunda and I have a business requirement where the client has multiple tenants. Now some of these tenants should be able to access few specific workflows of other tenants. Can any one let me know if that’s possible?

Hi @Varun_Pandey

Below docs might be of help to you

https://docs.camunda.org/manual/7.14/user-guide/process-engine/multi-tenancy/#shared-definitions-for-all-tenants

https://docs.camunda.org/manual/7.14/user-guide/process-engine/multi-tenancy/#deploy-a-shared-definition

Hi @hassang ,

Thanks a lot for your reply. I went through the documentation links that you shared and I found that if I deploy a process definition without a tenant id then it will be shared between all tenants. Unfortunately my requirement is a bit different. I want to deploy a process which can be shared between 2 tenants however there might be 10 other tenants present as well. So out of a bunch of tenants I want my process to be shared between only a few of them not all of them.

Let me know if you have any insights how we can achieve this.

Thanks a lot.