How to use bpmnlint - 1 common examples

To help you get started, we’ve selected a few bpmnlint examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ProcessMaker / modeler / src / components / modeler / Modeler.vue View on Github external
*/
    window.ProcessMaker.EventBus.$emit('modeler-before-init', {
      registerComponentMixin: this.registerComponentMixin,
    });

    this.registerNode(Process);
    /* Initialize the BpmnModdle and its extensions */
    window.ProcessMaker.EventBus.$emit('modeler-init', {
      registerInspectorExtension,
      registerBpmnExtension: this.registerBpmnExtension,
      registerNode: this.registerNode,
    });

    this.moddle = new BpmnModdle(this.extensions);

    this.linter = new Linter(linterConfig);
  },
  mounted() {

bpmnlint

Validate your BPMN diagrams based on configurable lint rules

MIT
Latest version published 2 months ago

Package Health Score

81 / 100
Full package analysis

Popular bpmnlint functions