Multi tenancy in Camunda

Hi,

As per my business requirement, we need to define/create a new schema for each Business Unit introduced in the system.
So ideally during user registration users can select any business unit and accordingly we need to create a process instance and log the details on that specific schema in the database.
Please help me on how can we achieve this?

What have you implemented so far and what have you tried already?

I am about to start the project. so need assistance on how should I achieve this.
Is it possible to do in a spring boot application?