Skip to content

bpmn-io/form-variable-provider

Repository files navigation

@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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks