bpmn-token
v1.0.3
Published
A library/modeler adding tokens and process snapshots to BPMN to describe the state of a running BPMN process.
Downloads
7
Maintainers
Readme
Try the BPMN token modeler here.
BPMN token modeler
This folder contains the source code for a bpmn-token library based on bpmn-js/diagram-js. We are currently working on separating all token-related functionality from the bpmn-js source code (see TODO: Token).
Usage
The project is published as a npm package.
Usage is similar to bpmn-js and is shown in /starter
.
Installing dependencies
npm i
cd starter
npm i
Running the library
cd starter
npm start
Build & deploy changes to github-pages
cd starter
npm run build:github-pages
License
MIT
Contains parts of (bpmn-io) released under the bpmn.io license.
Acknowledgments
I used the excellent postit-js and bpmn-js as a starting point for my project.