bpmn.io is a BPMN 2.0 rendering toolkit and web modeler. It is powered by bpmn-js, a client-side only library that embeds BPMN 2.0 into the browser. It runs in modern browsers and requires no server backend. This allows you to easily embed it into any web applications. bpmn-js is built in a way that it can be both a viewer and web modeler.
Questions tagged [bpmn.io]
106 questions
1
vote
1 answer
BPMN - how to model db updates
I'm an intern and I use bpmn with swim lanes to model a solution. How can I represent a database update when a user completes a task.

Sarah
- 11
- 2
1
vote
1 answer
How to import and use bpmn file in vue component with aid of raw-loader
I'm new to bpmn-js and try to import and use a .bpmn file in a vue.js component (BPMNViewer.vue). My research only brought up to use the raw-loader. So I'm kind of at a loss here.