bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
121 stars 36 forks source link

Check the name of activities #87

Open linlyn2022 opened 2 years ago

linlyn2022 commented 2 years ago

The rule should detect the following modeling patterns

How does the rule improve the BPMN diagram?

Describe how people would benefit from this modeling rule. This will be included in the user documentation, cf. https://github.com/bpmn-io/bpmnlint/blob/master/docs/rules/label-required.md.

*This will help improve quality of business process diagrams and increase its wide adoption by users -->

Rule Details

What alternatives did you consider?

nikku commented 2 years ago

I'd imagine such rule is hard to implement without sophisticated grammar checking.

But yea, it does make sense (as you pointed out referencing some good best practices).