bpmn-js-executable-fix
v0.2.1
Published
bpmn-js extension which makes sure that `isExecutable` is set on `bpmn:Process`
Downloads
9,226
Maintainers
Keywords
Readme
bpmn-js executable fix
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