You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The no-bpmndi rule detects such cases: https://github.com/bpmn-io/bpmnlint/blob/master/rules/no-bpmndi.js. We could easily include it in our standard camunda-compat ruleset. It also fits well, since it ensures, that the diagram can successfully be deployed to Camunda.
Risk
Risk: the no-bpmndi rule traverses the entire model, hence it might have performance implications on large diagrams. => to be tested prior to executing the proposal.
The text was updated successfully, but these errors were encountered:
Problem
We already had multiple cases where deployments to Camunda failed or went to unexpected results, because of missing bpmndi info.
See:
Solution proposal
The
no-bpmndi
rule detects such cases: https://github.com/bpmn-io/bpmnlint/blob/master/rules/no-bpmndi.js. We could easily include it in our standard camunda-compat ruleset. It also fits well, since it ensures, that the diagram can successfully be deployed to Camunda.Risk
Risk: the no-bpmndi rule traverses the entire model, hence it might have performance implications on large diagrams. => to be tested prior to executing the proposal.
The text was updated successfully, but these errors were encountered: