This package is no longer maintained due to more recent replacements. If you are still interested in the BPMN modeler, please check out the following projects:
jkuester:autoform-bpmn - integrate the bpmn-js modeler as an extension for aldeed:autoform
Meteor Package which wraps the bpmn tools from http://bpmn.io / https://github.com/bpmn-io into a meteor package.
Provides templates to include the examples from https://github.com/bpmn-io/bpmn-js-examples.
This package is working but still in a 'proof-of-concept' phase. Use at your own risk. Feel free to contribute and improve this package.
Add the package like any other:
$ meteor add jkuester:bpmntools
The npm dependencies are loaded via the package. The templates can be included by simply using spacebars.
Including the examples is easy by just including the spacebar templates. The following templates are currently available:
{{> bpmnmodeler}}
It should run out of the box. The template also provides a helper getModeler
which returns the modeler object. From here you can further customize your modeler.
{{> propertiespanel}}
The modeler itself runs out of the box. The properties Panel is also working. There is an issue left - the .less Code is still not loaded, since this is related to a Meteor problem with loading external less in a package from a node_module.
{{> bpmncolors}}
Includes a static viewer with a loaded bpmn schema and highlights some elements.
MIT (unless noted otherwise)