0.4.6 • Published 2 years ago

bpmn-js-connectors-extension v0.4.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago