Skip to content

A bpmnlint plug-in for Camunda BPMN compatibility.

License

Notifications You must be signed in to change notification settings

camunda/bpmnlint-plugin-camunda-compat

Repository files navigation

bpmnlint-plugin-camunda-compat

CI

A bpmnlint plug-in that checks whether a given BPMN process can be executed with Camunda.

Usage

Add configuration corresponding to your execution platform and version to your .bpmnlintrc configuration:

{
  "extends": [
    "bpmnlint:recommended",
    "plugin:camunda-compat/camunda-cloud-8-0"
  ],
  "rules": {
    "camunda-compat/timer": "off"
  }
}

Use @camunda/linting to configure the linter dynamically based on the execution platform and version.

Resources

Related

License

MIT