Skip to content

bpmn-js extension which makes sure that `isExecutable` is set on `bpmn:Process`

License

Notifications You must be signed in to change notification settings

bpmn-io/bpmn-js-executable-fix

Repository files navigation

bpmn-js executable fix

CI

A bpmn-js extension that makes sure that isExecutable property is either true or false for each bpmn:Process.

Installation

Install via npm.

npm install bpmn-js-executable-fix

Add as additional module to bpmn-js.

Modeler

import BpmnModeler from 'bpmn-js/lib/Modeler';
import executableFixModule from 'bpmn-js-executable-fix';

const modeler = new BpmnModeler({
  container: '#canvas',
  additionalModules: [
    executableFixModule
  ]
});

Licence

MIT

About

bpmn-js extension which makes sure that `isExecutable` is set on `bpmn:Process`

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks