Does Camunda Modeler support Choreographies?

Acording to the BPMN 2.0.2 standard:

A Choreography Task is an atomic Activity in a Choreography (see page 323). It represents a set of one (1) or more Message exchanges. Each Choreography Task involves two (2) Participants. The name of the Choreography Task and each of the Participants are all displayed in the different bands that make up the shape’s graphical notation. There are two (2) or more Participant Bands and one Task Name Band.

How can I add those elements to my models with the Camunda modeler?

The camunda modeler doesn’t support choregorphie, mainly because Camunda is mostly intended for building executably BPMN modeles and since these symboles are used only for documentation, they’re not supported.

That said there is a community project that implemented it with bpmn-js.

2 Likes