Skip to main content

How can I save a diagram as .bpmn-file?

  • December 31, 2022
  • 3 replies
  • 894 views

Hello together

How can I save a diagram as .bpmn-file? I can just save as svg oder csv-file or pdf.

 

Thank you for your helpful answers!

Was it helpful?

3 replies

Kiron Bondale
Forum|alt.badge.img+7
  • Volunteer Community Moderator
  • 3040 replies
  • December 31, 2022

@Natti -

Unfortunately, this is not currently possible. A similar question was asked in this discussion thread: https://community.miro.com/ideas/ability-to-create-flowcharts-in-the-bpmn-language-in-miro-355/index2.html.

I’d recommend creating a new wish list idea following the guidelines here: Wish List: Everything You Need to Know 🌠 | Miro

Kiron


Aidin Mahmoodi
Forum|alt.badge.img+1

Hey @Natti !

Just curious—where are you trying to export the BPMN files to? Is there a specific platform you need to import them into?


Thank you!


Christophe GESCHÉ
Forum|alt.badge.img+2
Aidin Mahmoodi wrote:

Hey @Natti !

Just curious—where are you trying to export the BPMN files to? Is there a specific platform you need to import them into?


Thank you!

BPMN represents a process.

Dedicated BPMN tools (such as bpmn-js, Camunda, Bizagi, etc.) can VALIDATE the modeled process.

They exchange their files according to a standardized format in XML, which is normalized as follows:

xml

<?xml version="1.0" encoding="UTF-8"?> <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" targetNamespace="http://bpmn.io/schema/bpmn">

Miro cannot import/export its BPMN diagrams in this format


Reply