My team is trying to implement a multi schema with shared engine approach which we have up and running.
For the other UIs (admin, task, idm, modeler) we appear to be limited to a multi tenant single schema configuration.
For instance, in flowable-admin the user can see and manage all processes across all tenants. They can filter on tenant id which is a great capability for our support staff. Although, how does this work if we go with a multi schema based approach? Is there a tenant database configuration in flowable-admin that I am missing?
A similar question exists for flowable-task. If the user for tenantA logs into flowable-task how does it know which database connection to use? Would I have to run an instance of the UIs for every tenant schema that I want to run?
I am sure I am missing something really basic