Include conditional-flow rules #3
Labels
backlog
Queued in backlog
enhancement
New feature or request
good first issue
Good for newcomers
rules
spring cleaning
Could be cleaned up one day
Problem
Camunda 8 requires conditional flows (ie. sequence flows after conditional gateways) to either have a condition or be default.
This is not checked by camunda/linting yet, but would result in a deploy error
Solution
Deliver the existing https://github.com/bpmn-io/bpmnlint/blob/master/rules/conditional-flows.js rule per default. This rule will catch the problem case described above.
The text was updated successfully, but these errors were encountered: