jankapunkt / bpmntools

Primitive approach of integrating the bpmn-js modeler (from bpmn.io) into a meteor project.
4 stars 0 forks source link
blaze-components bpmn bpmn-js meteor

jkuester:bpmntools

Build Status Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

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.

Important Note

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.

Install / Include

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.

Using the Examples

Including the examples is easy by just including the spacebar templates. The following templates are currently available:

Modeler
{{> 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.

Modeler with Properties-Panel
{{> 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.

Colors
{{> bpmncolors}}

Includes a static viewer with a loaded bpmn schema and highlights some elements.

License

MIT (unless noted otherwise)