How to configure flowable spring boot application to work on mutli tenant multi schema behaviour.
As normally when spring boot application starts , auto congiuration classes creates beans for available engines . I didnt find autoconfiguration for multi tenant multi schema .
Hey @mohit_anand,
We do not provide auto configuration for the multi tenant multi schema behaviour. You’ll have to configure it by yourself.
Cheers,
Filip