More tenants for a tenant-specific process definition

Hi guys,

I’m new to Camunda and have a small question about Multi-Tenancy.

I deployed a process definition assigned to a single tenant, using tenant-specific deployment and one process engine for many tenants. Are there actually some possibilities to make this particular process definition visible/usable by some other tenants?

Thanks in advance :slight_smile:

Hi Jana,

the underlying idea behind the Multi-Tenancy feature is to isolate the data per tenant. A tenant can not interfere the data which belong to other tenants. A process definition is visible to all tenants if no tenant id is defined. If a tenant id is defined for the process definition, it is only accessible for the respective tenant.

Cheers,
Tassilo

Hi,
thanks for your answer.
cheers,
Jana