목차

bpmnio Plugin

도쿠위키와의 호환성

  • 2024-02-06 "Kaos" 알 수 없음
  • 2023-04-04 "Jack Jackrum" 
  • 2022-07-31 "Igor" 
  • 2020-07-29 "Hogfather" 

plugin Renders BPMN or DMN xml using the bpmn.io toolkit

마지막 업데이트 날짜
2023-04-16
제공
Syntax, Action
저장소
소스

다음과 비슷: bpmnioeditor, rigrr

다음으로 태그됨: 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.

A desktop application “Camunda Modeler” can be downloaded for free in order to create BPMN or DMN diagrams.

Features

Syntax

Basic syntax:

<bpmnio type="bpmn">
    BPMN XML goes here....
</bpmnio>

Change Log

ToDo/Wish List

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.