bpmn-js-collapse-event-subprocess

0.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bpmn-js-collapse-event-subprocess

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

5.91 kB

Total Files

6

Last publish

Collaborators

  • rajgoel