Library for rendering BPMN 2.0 in a browser

后端 未结 9 601
清歌不尽
清歌不尽 2021-01-30 18:31

For a science project I\'d need to render/display a BPMN 2.0 model in a web browser. Are there any libraries available to only render the diagram? (I don\'t need to edit it or

相关标签:
9条回答
  • 2021-01-30 19:04

    camunda-bpmn.js project is not active, you can try bpmn-io/bpmn-js and see a demo: http://demo.bpmn.io/

    0 讨论(0)
  • 2021-01-30 19:07

    The camunda BPMN rendering library: https://github.com/camunda/camunda-bpmn.js You can see a demo here: http://camunda.org/share/

    0 讨论(0)
  • 2021-01-30 19:09

    The jBPM web-based editor (which currently has a dependency on guvnor, but that's being worked on) picks up where oryx left off. It's getting fairly mature, and the devs are quite responsive to bug reports/feature requests. You can output in PNG, PDF, and SVG formats.

    http://surdilovic.wordpress.com/2012/04/10/jbpm-designer-version-2-1-released/

    0 讨论(0)
  • 2021-01-30 19:24

    Exporting BPMN diagrams to SVG & XHTML was available in web based Oryx editor. But that project is discontinued. If you can build the source code and get Oryx Editor to work, you can manipulate the generated SVG via javascript.

    0 讨论(0)
  • 2021-01-30 19:25

    There is a package called bpmn-js from bpmn.io that is open sourced. It can be found here:

    http://bpmn.io/blog/posts/2014-bpmn-js-viewer-is-here.html

    0 讨论(0)
  • 2021-01-30 19:25

    With little effort you can create your own renderer. The blog post http://www.pleus.net/blog/?p=2142 explains how to do it.

    0 讨论(0)
提交回复
热议问题