Is there a way to include the BPMN diagrams from GitLab to Confluence page ?

I would like to understand the possibility of embedding the BPMN diagrams that are in GitLab into Confluence pages. Also if there is a new version to these diagrams will it automatically synced with Confluence ?

If you have a model in the Camunda web modeler you can create a share link that will give you the code required to embedd it like this:

The code is just an iframe


<iframe src="https://modeler.camunda.io/embed/4618eeee-c950-4e5e-a898-672da461ee84" width="700" height="500" style="border:1px solid #ccc" allowfullscreen></iframe>

It will always show the latest version of the model - so no need to change confluene when you change the model .

1 Like

Thank you Niall. Sorry I came back late. We just ordered web modeller but it is not yet deployed in our system.
Mean while I am trying to understand, if the web modeller is efficient or local development is. Is there any potential issue we will face when using web modeller ?