bpmn-js

BPMN 2.0 viewer and editor.

Currently v17.0.2. View on GitHub.

BPMN everywhere, for everyone

Create, embed and extend BPMN diagrams in your Browser. Use it standalone or integrate it into your application.


Model BPMN 2.0 diagrams

Model

Easily create your own BPMN 2.0 diagrams using a web-based modeling component.

Embed BPMN 2.0 diagrams into the application

Embed and Annotate

Use the toolkit to embed BPMN 2.0 diagrams into your applications. Enrich them with the data that is important for you and your business.

Extend the framework

Extend

Integrate an in-browser process engine, token simulation, custom elements, styling or modeling rules. It is up to you because bpmn-js is an open toolkit.


Add BPMN diagrams to your application

Embed BPMN diagrams in your application with a few lines of code.

<script>
  const viewer = new BpmnJS({ container: 'body' });

  try {
    await viewer.importXML(bpmnXML);
  } catch (err) {
    console.error('error loading BPMN 2.0 XML', err);
  }
</script>

Download our starters and get running in no time.

Read our walkthrough or check out some examples to learn more.


Make it yours

bpmn-js is built for extensibility. Customize or extend the toolkit to suit your needs.


Brought to you by Camunda

The bpmn.io project is brought to you by the makers of Camunda.

If you are looking to create BPMN diagrams, we encourage you to sign-up for a free Camunda account.