1.3.0 • Published 5 months ago

@bpmn-io/form-variable-provider v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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

1.3.0

5 months ago

1.2.0

6 months ago

1.1.0

9 months ago

1.0.0

9 months ago