Skip to content

lorenzokerbrat/bpm4test-bpmn.io-modeler

Repository files navigation

bpm4test-bpmn.io-modeler

bpm4test-bpmn.io-modeler implements a simplified version of bpmn-js's modeler to make BPMN 2.0 process diagrams for model-based testing purposes.

List of changes from bpmn-js

Elements have been removed from the modeler for simplicity. Only the following elements are still present in bpm4test-bpmn.io-modeler:

  • Start node
  • Task
  • Service Task (sub process)
  • Exclusive and Parallel Gateway
  • Connector
  • End node
  • Annotation
  • Pool
  • Lane

Building

You need a NodeJS development stack with npm and grunt installed to build the project.

To install all project dependencies execute

npm install

Build the application (including bpmn-js) using browserify via

grunt

You may also spawn a development setup by executing

grunt auto-build

Both tasks generate the distribution ready client-side modeler application into the dist folder.

Serve the application locally or via a web server (nginx, apache, embedded).

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published