We are using three tenants in our application all tenants using shared DB. Now we want to use dedicated DB instances for each tenants. is there way in flowable to migrate existing tenant specific data to new DB instances ?
Note: We are trying to change Shared DB to dedicated data for tenant specific(both scenario using mssql).