JSPM

  • Created
  • Published
  • Downloads 4815
  • Score
    100M100P100Q144200F
  • License MIT

A bpmnlint plug-in for Camunda Cloud and Platform compatibility

Package Exports

  • bpmnlint-plugin-camunda-compat
  • bpmnlint-plugin-camunda-compat/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bpmnlint-plugin-camunda-compat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bpmnlint-plugin-camunda-compat

CI

Camunda BPMN compatibility, packed as a bpmnlint plug-in.

Usage

Add the plug-in via your .bpmnlintrc file:

{
  "extends": [
    "bpmnlint:recommended",
    "plugin:camunda-compat/recommended"
  ]
}

To validate a diagram it must be pinned to a particular execution platform via the modeler BPMN 2.0 extension.

Resources

License

MIT