0.2.2 • Published 1 year ago

bpmn-js-collapse-event-subprocess v0.2.2

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

bpmn-js collapse/expand event subprocess

This bpmn-js extension adds a menu item into the popup menu of event subprocesses allowing to collapse/expand them.

Use Extension

Extend your BPMN modeler with the module:

import BpmnModeler from 'bpmn-js/lib/Modeler';

import CollapseEventSubProcessModule from 'bpmn-js-collapse-event-subprocess';

const modeler = new BpmnModeler({
  additionalModules: [
    CollapseEventSubProcessModule
  ]
});

License

MIT licensed

Copyright (C) 2024 Asvin Goel

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago