> ## Documentation Index
> Fetch the complete documentation index at: https://docs.justflow.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Export BPMN 2.0 files compatible with Camunda and Bizagi

> Download any diagram as a standards-compliant BPMN 2.0 .bpmn file that opens faithfully in Camunda, Bizagi, Signavio, draw.io, and any other BPMN tool.

Every diagram you create in Just Flow It can be exported as a standard BPMN 2.0 `.bpmn` file — a plain XML file that any BPMN-compliant tool can open, execute, or simulate. Whether you're handing off a diagram to a developer working in Camunda or sharing a process model with a colleague who uses Bizagi, the exported file will open exactly as it appears in Just Flow It.

## How to export a BPMN file

<Steps>
  <Step title="Open the diagram">
    Navigate to the diagram you want to export and open it in the editor.
  </Step>

  <Step title="Click Export">
    In the toolbar, click the **Export** button. A panel will appear listing the available export formats.
  </Step>

  <Step title="Choose BPMN 2.0 (.bpmn)">
    Select **BPMN 2.0 (.bpmn)** from the format list.
  </Step>

  <Step title="Download the file">
    Click **Download**. The `.bpmn` file is saved to your device's default download folder. The filename matches your diagram name — you can rename it after downloading.
  </Step>
</Steps>

## What the export includes

The exported `.bpmn` file is a complete representation of your diagram. Nothing is lost in translation:

| Element                          | Exported                                   |
| -------------------------------- | ------------------------------------------ |
| Tasks, events, and gateways      | ✅ All types, including boundary events     |
| Sequence flows and message flows | ✅ Including conditions on gateway branches |
| Pools and lanes                  | ✅ With participant names and lane labels   |
| Element labels and descriptions  | ✅                                          |
| Element positions and sizes      | ✅ Pixel-accurate layout                    |
| Element colors                   | ✅ Fill and border colors preserved         |
| Data objects and data stores     | ✅                                          |

## Compatible tools

The exported file conforms to the BPMN 2.0 specification (OMG standard) and opens without modification in:

* **Camunda Modeler** — ready for process execution and deployment
* **Bizagi Modeler** — full fidelity import
* **Signavio Process Manager** — import via the Signavio file dialog
* **draw\.io (diagrams.net)** — use File → Import to load the `.bpmn` file
* **Eclipse BPMN2 Modeler**, **yEd**, **Activiti Designer**, and any other BPMN 2.0-compliant tool

<Note>
  BPMN export is available on **all plans**, including Free. You can export as many diagrams as you like at no extra cost.
</Note>

<Tip>
  You can import a `.bpmn` file back into Just Flow It at any time to continue editing. See [File Import](/inputs/file-import) for instructions.
</Tip>
