Initate Shared Process from a Tenant

Hi,

I am trying to initiate a shared process definition from a tenant context. I am following the example provided in the project below. Implemented the tenant id provider and also tried a wrapper Call Activity as suggested in some discussions.

However, the process doesn’t initiate if its not deployed in the specific tenant. Anyone faced a similar issue ? What am I missing here? Any help is appreciated.

Hi @ssankar,

have a look at the docs how to start a tenant specific process instance of a shared process definition: https://docs.camunda.org/manual/7.13/user-guide/process-engine/multi-tenancy/#instantiate-a-shared-definition.

Hope this helps, Ingo