@camunda/example-data-properties-provider

1.2.1 • Public • Published

@camunda/example-data-properties-provider

A variable provider that extracts variables from a zeebe:Property element. This Module includes a variable provider and a properties panel extension.

Usage

Include it in your bpmn-js Project. Note that this module requires bpmn-js-properties-panel to be included as well.

import BpmnModeler from 'bpmn-js/lib/Modeler';
import {
  BpmnPropertiesPanelModule,
  BpmnPropertiesProviderModule,
} from 'bpmn-js-properties-panel';

import ExampleDataProvider from '@camunda/example-data-properties-provider';

const modeler = new BpmnModeler({
  container: '#canvas',
  propertiesPanel: {
    parent: '#properties'
  },
  additionalModules: [
    BpmnPropertiesPanelModule,
    BpmnPropertiesProviderModule,
    ExampleDataProvider 
  ]
});

Build and Run

Clone the Project, then run

npm install
npm start

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @camunda/example-data-properties-provider

Weekly Downloads

1,588

Version

1.2.1

License

MIT

Unpacked Size

13.4 kB

Total Files

10

Last publish

Collaborators

  • husnauygur
  • camunda_it
  • catalinamoisuc
  • omranabazid
  • vsgoulart
  • skaiir-camunda
  • beatrizmendes
  • marstamm
  • philippfromme
  • nikku
  • barmac
  • maxtru