runbpm-bpmn-moddle
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 = ; var camundaModdle = ; var moddle = runbpm: camundaModdle ; var serviceTask = moddle;
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.