@PREETHI_K_R @Siva_kumar using spring boot application there are two ways to handle multitenancy.
- Using tenant-idendtifier discriminator column
- Deploy the spring boot application per tenant.
Summarizing it: you can’t create multiple process engines in one spring boot application. I have tried to achieve this in many ways. Schema will get created only for the process engine which get bootstraped first
Refer the below posts for more details.