Design workflow across multiple organizations

I wanted to design a workflow which spans across 3 organisations (vendor/ buyer and logistics) . Is this possible to model this in Flowable with respect to users for org1 can perform certain business tasks which moved to process to users of org2. Whats the best way to model this workflow as the current tools typically assumes all users are in a single org

Hey @arijitmitra,

I assume that each organisation belongs to a certain tenant. In this case you can’t easily model that. By a definition data should not be accessible across tenants.

You can however, model this via groups, all users will be in the same tenant though. If you have a dedicated group per an organisation then you can use those groups in your modeling.

cheers,
Filip