SpringBoot, Multi-Tenant

Hi @ianibbo,

Camunda supports two ways of multi-tenancy. First, the data of all tenants are in the same database / schema and are separated by a tenant identifier (using one process engine). Second, the data are on different databases / schema and there is one process engine for each tenant.

It seems that the second approach is that you’re looking for.

You can find more information in the documentation: https://docs.camunda.org/manual/7.8/user-guide/process-engine/multi-tenancy/

Best regards,
Philipp