A bpmnlint plug-in that checks whether a given BPMN process can be executed with Camunda.
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.
MIT