1.0.0 • Published 6 years ago

camunda-cmmn-moddle v1.0.0

Weekly downloads
460
License
MIT
Repository
github
Last release
6 years ago

camunda-cmmn-moddle

Build Status

This project defines the Camunda namespace extensions for CMMN 1.1 as a moddle descriptor.

Usage

Use it together with cmmn-moddle to validate Camunda CMMN 1.1 extensions.

var CmmnModdle = require('cmmn-moddle');

var camundaModdle = require('camunda-cmmn-moddle/resources/camunda');

var moddle = new CmmnModdle({ camunda: camundaModdle });

var humanTask = moddle.create('cmmn:HumanTask', {
  'assignee': 'foo'
});

Building 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

npm test

Perform a complete build of the library via

npm run all

License

Use under the terms of the MIT license.

1.0.0

6 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago