Design a workflow across multiple organizations

Hi All,

I wanted to design a workflow which spans across 3 organisations (vendor/ buyer and logistics) . Is this possible to model this in Camunda 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.

Hi

one way may be to model three separate processes with message exchanges between them. This way you could run all three in the same engine, or you could run them in separate engines in separate orgs.

An alternate approach would be to model it as three separate swimlanes in a pool, however I tend to find that swimlanes are good for analytic process models, separate models are better for executable models…

regards

Rob