0.0.1 • Published 8 years ago

runbpm-bpmn-moddle v0.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

runbpm-bpmn-moddle

Build Status

This project defines the RunBPM namespace extensions for BPMN 2.0 as a moddle descriptor.

Usage

Use it together with bpmn-moddle to validate RunBPM BPMN 2.0 extensions.

var BpmnModdle = require('bpmn-moddle');

var camundaModdle = require('runbpm-bpmn-moddle/resources/runbpm');

var moddle = new BpmnModdle({ runbpm: camundaModdle });

var serviceTask = moddle.create('bpmn:ServiceTask', {
  'javaDelegate': 'my.company.SomeDelegate'
});

Building the Project

You need grunt to build the project.

To run the test suite that includes XSD schema validation you must have a Java JDK installed and properly exposed through the JAVA_HOME variable.

Execute the test via

grunt test

Perform a complete build of the application via

grunt

License

Use under the terms of the Apache Licenses 2.0.