Multitenancy

Hi,

We have finalized a Multi-Tenancy architecture, where every customer has its own process engine and database. For Tasklist we have build a complete custom application. How can we set up a Tenant dropdown on the login page for our complete custom tasklist application(UI) so that the user selects the same and accordingly logs in and do the transaction with its corrosponding mapped Database.
Also how can we use the standard camunda cockpit and Admin screen for each of the tenant along with the custom tasklist application.

Can anybody please give an implementation example for a similar case. Thanks

Regards
Gaga

Hi @Gaga,

you could query for the engines by Rest-API (https://docs.camunda.org/manual/7.9/reference/rest/engine/get-names/) and use the selected engine name in the subsequent REST calls.

Have a look at the docs for further details: https://docs.camunda.org/manual/7.9/user-guide/process-engine/multi-tenancy/#access-the-process-engine-of-a-tenant.

Hope this helps, Ingo

Hi Ingo,

Thanks for guidance.Also could you please confirm if we can use the standard Cockpit and admin webapps in this combination with custom task-list application.Will the Cockpit and admin application provide the multitenancy dropdown option on the login page. Thanks.

Regards
Gaga