runbpm-bpmn-moddle

0.0.1 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.10

Package Sidebar

Install

npm i runbpm-bpmn-moddle

Weekly Downloads

0

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • liguozhang