@bpmn-io/form-variable-provider

1.3.0 • Public • Published

@bpmn-io/form-variable-provider

A variable provider that extracts variables from a linked camunda form.

Usage

Include it in your bpmn-js Project.

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

import FormVariableProvider from '@bpmn-io/form-variable-provider';

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

Development

To get the development setup make sure to have NodeJS installed. As soon as you are set up, clone the project and execute

npm install
npm start

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @bpmn-io/form-variable-provider

Weekly Downloads

1,558

Version

1.3.0

License

MIT

Unpacked Size

9.84 kB

Total Files

5

Last publish

Collaborators

  • vsgoulart
  • skaiir-camunda
  • marstamm
  • bpmn-io-admin
  • nikku
  • barmac
  • philippfromme
  • maxtru