0.4.6 • Published 1 year ago

bpmn-js-connectors-extension v0.4.6

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

Starting with bpmn-js@11.2 this is now integrated into the modeling core.

bpmn-js-connectors-extension

CI

This module extends bpmn-js with an element templates everywhere modeling experience.

screenshot

Features

Built on top of element templates:

  • Append template tasks during modeling
  • Upgrade template task via replace menu
  • (Optionally) Upgrade template tasks via properties panel
  • Modern replace and append with search + keyboard support
  • Documentation links and icons
  • Visually distinguish template tasks from standard BPMN tasks on the canvas

Resources

Use Extension

Install via npm:

npm install bpmn-js-connectors-extension

Use in your bpmn-js powered editor:

import ConnectorsExtensionModule from 'bpmn-js-connectors-extension';

import 'bpmn-js-connectors-extension/dist/connectors-extension.css';

const modeler = new BpmnModeler({
  additionalModules: [
    ...,
    ConnectorsExtensionModule,
  ],
  moddleExtensions: {
    zeebe: ZeebeModdle
  }
});

The extension relies on elementTemplates to be provided via additional setup, i.e. camunda-bpmn-js.

See example for a full featured demo or check it out in action.

Configuration

Customize this extension via the connectorsExtension config:

OptionImpact
appendAnything=falseIf true, append and create anything modeling experience
elementTemplateChooser=trueIf false, do not integrate with the properties panel element template chooser

Related

Run locally

To run the demo application, execute:

npm start
0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago