jeeplus-bpmn

6.0.10 • Public • Published

jeeplus-bpm BPMN 2.0 for the web

View and edit jeeplus BPMN 2.0 diagrams in the browser.

Installation

Usage

To get started

var xml; // my BPMN 2.0 xml
var viewer = new BpmnJS({
  container: 'body'
});

viewer.importXML(xml, function(err) {

  if (err) {
    console.log('error rendering', err);
  } else {
    console.log('rendered');
  }
});

Checkout our examples for many more supported usage scenarios.

Dynamic Attach/Detach

You may attach or detach the viewer dynamically to any element on the page, too:

var viewer = new BpmnJS();

// attach it to some element
viewer.attachTo('#container');

// detach the panel
viewer.detach();

Resources

Building the Project

Perform the following steps to build the library, including running all tests:

Related

bpmn-js builds on top of a few powerful tools

License

Use under the terms of the [http://wwww.jeeplus.org]

Dependents (26)

Package Sidebar

Install

npm i jeeplus-bpmn

Weekly Downloads

113

Version

6.0.10

License

SEE LICENSE IN LICENSE

Unpacked Size

13.6 MB

Total Files

181

Last publish

Collaborators

  • liugaofeng