bpmn-js-sequential-adhoc-subprocesses
v0.1.0
Published
A bpmn-js module setting ordering to sequential for new ad-hoc subprocesses
Downloads
1
Readme
bpmn-js-sequential-adhoc-subprocesses
This bpmn-js extension sets the ordering
attribute of newly created adhoc subprocesses to "Sequential"
.
Use Extension
Extend your BPMN modeler with the module:
import BpmnModeler from 'bpmn-js/lib/Modeler';
import SequentialAdHocSubProcessModule from 'bpmn-js-sequential-adhoc-subprocesses';
const modeler = new BpmnModeler({
additionalModules: [
SequentialAdHocSubProcessModule
]
});
License
MIT licensed
Copyright (C) 2024 Asvin Goel