Flowable multi tenancy for all apps

I come across the documents about multi tenancy supported by flowable.

  1. Shared Database Multitenancy
  2. Multi Engine Multitenancy
  3. Multi Schema Multitenancy

I have few questions

  1. Is this only for flowable engine?
  2. If answer to #1 is yes, how we can enable multi tenancy for flowable ui apps - modeler, admin , task?

Yes, this is configured on the engine level. The UI apps do not have multi-tenancy enabled. You could tweak the engine configurations (the UI apps are Spring Boot apps, so configuration is possible), however the UI would also need small tweaks to allow for multi-tenant logins, etc.

2 Likes

Do we have any configuration for Flowable-UI or which class needs to be tweaked to implement MultiTenancy Approach for Multiple Schema Shared Engine Approach.

hey @puravndoshi and @prashant any luck on this?