Multi tenancy using shared engine multi schema approach

Hi All,

I am trying to configure a multi tenancy set up to the base flowable deployment.
I would like to evaluate shared engine multi schema approach, each tenant having its own database.
Few questions -

  • Is this configuration all possible in the deployment time, using the default application properties?
  • How can I register tenants and corresponding database without modifying any java classes?
  • How can we add a tenant information on the fly, when say a new tenant is added as per the business usecase?
  • Are the database tables auto generated based on the registered database details?