bpmn-js

WebJar for bpmn-js

License

License

Categories

Categories

JavaScript Languages Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-bpmn-io-bpmn-js
Last Version

Last Version

0.20.7
Release Date

Release Date

Type

Type

jar
Description

Description

bpmn-js
WebJar for bpmn-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bpmn-io/bpmn-js

Download github-com-bpmn-io-bpmn-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-bpmn-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-bpmn-io-bpmn-js</artifactId>
    <version>0.20.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-bpmn-js/
implementation 'org.webjars.npm:github-com-bpmn-io-bpmn-js:0.20.7'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-bpmn-js/
implementation ("org.webjars.npm:github-com-bpmn-io-bpmn-js:0.20.7")
'org.webjars.npm:github-com-bpmn-io-bpmn-js:jar:0.20.7'
<dependency org="org.webjars.npm" name="github-com-bpmn-io-bpmn-js" rev="0.20.7">
  <artifact name="github-com-bpmn-io-bpmn-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-bpmn-io-bpmn-js', version='0.20.7')
)
libraryDependencies += "org.webjars.npm" % "github-com-bpmn-io-bpmn-js" % "0.20.7"
[org.webjars.npm/github-com-bpmn-io-bpmn-js "0.20.7"]

Dependencies

compile (10)

Group / Artifact Type Version
org.webjars.npm : diagram-js-direct-editing jar [0.17.1,0.18)
org.webjars.npm : tiny-svg jar [0.1.1,0.2)
org.webjars.npm : bpmn-moddle jar [0.14.0,0.15)
org.webjars.npm : object-refs jar [0.1.1,0.2)
org.webjars.npm : diagram-js jar [0.19.6,0.20)
org.webjars.npm : ids jar [0.2.0,0.3)
org.webjars.npm : inherits jar [2.0.1,3)
org.webjars.npm : diagram-js-origin jar [0.15.1,0.16)
org.webjars.npm : min-dom jar [0.2.0,0.3)
org.webjars.npm : lodash jar [3.0.1,4)

Project Modules

There are no modules declared in this project.

bpmn-js - BPMN 2.0 for the web

Build Status

View and edit BPMN 2.0 diagrams in the browser.

bpmn-js screencast

Installation

Use the library pre-packaged or include it via npm into your node-style web-application.

Usage

To get started, create a bpmn-js instance and render BPMN 2.0 diagrams in the browser:

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

try {
  const { warnings } = await viewer.importXML(xml);

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

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:

const viewer = new BpmnJS();

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

// detach the panel
viewer.detach();

Resources

Build and Run

Prepare the project by installing all dependencies:

npm install

Then, depending on your use-case you may run any of the following commands:

# build the library and run all tests
npm run all

# spin up a single local modeler instance
npm start

# run the full development setup
npm run dev

You may need to perform additional project setup when building the latest development snapshot.

Please checkout our contributing guidelines if you plan to file an issue or pull request.

Related

bpmn-js builds on top of a few powerful tools:

  • bpmn-moddle: Read / write support for BPMN 2.0 XML in the browsers
  • diagram-js: Diagram rendering and editing toolkit

License

Use under the terms of the bpmn.io license.

org.webjars.npm

bpmn.io

Rendering toolkits and editors for BPMN 2.0, CMMN, DMN, and forms.

Versions

Version
0.20.7