Table of Contents
bpmnio Plugin
Compatible with DokuWiki
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" yes
- 2017-02-19 "Frusterick Manners" yes
- 2016-06-26 "Elenor Of Tsort" yes
Similar to bpmnioeditor, rigrr
Installation
The plugin has no external dependencies. It comes bundled with a minimized version of the bpmn.io javascript libraries.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
In order to create the diagrams there is a free Chrome app that runs locally. Alternatively the app Camunda Modeler can be download for free.
Features
- Full BPMN 2.0 support (thanks to the bpmn.io toolkit)
- Rendering the diagrams from embedded XML fully implemented
Syntax
Basic syntax:
<bpmnio> BPMN XML goes here.... </bpmnio>
- The xml from the bpmn.io editor should be pasted between the tags
Change Log
- chore: update version (2019-12-25 09:03)
- feat: added editor config file (2019-12-25 09:02)
- chore: updated license file (2019-12-25 09:01)
- feat: upgrade bpmn-js to version 6.1.1 (2019-12-25 01:07)
- Internal reorganization, version update (2019-01-13 11:14)
- #15, #16: Preparing for adding more handlers (dmn, cmmn) (2019-01-13 10:57)
- #15 added dmn-js library (2019-01-13 10:45)
- #16 added cmmn-js library (2019-01-13 10:45)
ToDo/Wish List
- Integrate the bpmn.io editor
- Support loading from dokuwiki media
- Support saving edited diagrams back to dokuwiki media
FAQ
Will bpmnio work with PDF export plugins like dw2pdf?
Answer: Unfortunately, no. Bpmnio renders all diagrams on the client-side (in your browser) using Javascript. The DW2PDF Plugin creates PDFs on the server-side, where Javascript, and thus bpmnio, is unavailable. So any server-side export like that will contain the raw XML code, not the rendered diagrams.
You can however export a PDF with the rendered diagrams from your browser by “printing to PDF.” This functionality is built in on OS X and Linux (look for “file” and “PDF” options in your print dialog), and you can add third-party “PDF printer” software to Windows.
Bug reports and feature requests
Please refer to the issue tracker for reporting issues.