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

Interoperate with Signavio exported diagrams

License

Notifications You must be signed in to change notification settings

bpmn-io/bpmn-js-signavio-compat

Repository files navigation

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

About

Interoperate with Signavio exported diagrams

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks