camunda-dmn-moddle

1.3.0 • Public • Published

camunda-dmn-moddle

CI

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

Usage

Use it together with dmn-moddle to validate Camunda DMN extensions.

var DmnModdle = require('dmn-moddle');

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

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

var decision = moddle.create('dmn:Decision', {
  'historyTimeToLive': '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 application via

npm run all

License

Use under the terms of the MIT license.

Dependencies (1)

Dev Dependencies (8)

Package Sidebar

Install

npm i camunda-dmn-moddle

Weekly Downloads

7,617

Version

1.3.0

License

MIT

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • vsgoulart
  • skaiir-camunda
  • marstamm
  • bpmn-io-admin
  • nikku
  • barmac
  • philippfromme
  • maxtru