Skip to content

timKraeuter/token-bpmn-moddle

Repository files navigation

token-bpmn-moddle

CI

This project defines the token and process namespace extensions for BPMN 2.0 as a moddle descriptor. We use processes and tokens to describe the state of running BPMN processes.

The project is published as an npm package.

Building the Project

Execute the test via

npm test

Perform a complete build of the application via

npm run all

Publish an npm module

npm login
npm publish --access public

Acknowledgements

I used camunda-bpmn-moddle as a starting point for this project.

License

Use under the terms of the MIT license.