Mutlitenancy with one process engine per tenant per db schema

Hi All,

We trying to achieve multitenancy with one process engine per tenant and separate schema per tenant and we are using V7.11 . I had gone through similar topics but couldn’t get into a conclusion . Is it possible to achieve this in spring boot? . Any help would be highly appreciated !!!.

Hi @Tec

Seems like that shouldn’t be a problem in principle, What have you tried so far and what problems are you facing?

Hi @Niall ,
As per the documentation , multitenancy with one process engine per tenant per db schema can be achieved via bpm-platform.xml or processes.xml . can i have a reference for this implementation using springboot .