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!
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!
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
Hey
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!
Hey
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.