DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:bpmnio

This is an old revision of the document!


bpmnio Plugin

Compatible with DokuWiki

Detritus, Elenor Of Tsort, Frusterick Manners, Greebo

plugin Renders BPMN 2.0 xml using the bpmn.io toolkit

Last updated on
2018-06-08
Provides
Syntax, Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to bpmnioeditor, rigrr

Tagged with bpmn, bpmnio, diagram

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

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.

plugin/bpmnio.1528491435.txt.gz · Last modified: 2018-06-08 22:57 by Jaap de Haan

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki