I tried to setup multi-tenancy with A and B.
flowable.platform.multi-tenant.enabled=true
flowable.platform.multi-tenant.auto-deploy-tenants=A,B
There is thrown by the TenantSetupServiceImpl.class:
Setting up tenant: ‘A’
FlowableObjectNotFoundException: no user definition deployed with key ‘user-default’
I searched the table flw_id_user_definition and found the user definition with key ‘user-default’ was deployed with tenant ‘A’ and ‘B’