Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 957 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 957 Bytes

Capabilities this plug-in provides are built into bpmn-js@9+. Read more about subprocess modeling in the release blog post.

bpmn-js-signavio-compat

CI

Interoperate with Signavio exported diagrams.

Features

  • Expand and collapse sub-processes, Signavio style

Usage with bpmn-js

Add bpmn-js-signavio-compat as an additional module when creating the bpmn-js instance:

import signavioCompatModule from 'bpmn-js-signavio-compat';

const modeler = new Modeler({
  additionalModules: [
    signavioCompatModule
  ]
});

Note that you need to use a transpiler (e.g. babel) when using the bpmn-js-signavio-compat module.

License

MIT