0.1.0 • Published 1 year ago

bpmn-js-sequential-adhoc-subprocesses v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.0

1 year ago