Multi Tenancy with Camunda 7 & Camunda 8

Hi I would like to understand couple of steps in project with multi tenancy support (Both Java 7 & Java 8).
Could you please help me on this to understand how to perform below points ?

In Java API:

  • Deploy BPMN with tenant ID
  • Run Process with tenant ID
  • Completing & updating Tasks with tenant ID

In REST API:

  • Deploy BPMN with tenant ID
  • Run Process with tenant ID
  • Completing & updating Tasks with tenant ID

Hi @vinothkumar,

for Camunda 7 you can find all answers to your questions here: Multi-Tenancy | docs.camunda.org.

Camunda 8 doesn’t support multi tenancy so far. It should be part of the next release.

Hope this helps, Ingo

1 Like