bpmn-js-sequential-adhoc-subprocesses

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bpmn-js-sequential-adhoc-subprocesses

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • rajgoel