bpmnlint-plugin-camunda-compat
v2.28.0
Published
A bpmnlint plug-in for Camunda compatibility
Downloads
5,573
Readme
bpmnlint-plugin-camunda-compat
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