Release Notes – MissingMetadataDescription Rule Added (v1.24.0)
Descriptions are the “comments” of Flows. They dramatically improve readability, speed up onboarding, ease debugging, and are critical for AI-powered metadata analysis and future automation tools.
New Rule Added
MissingMetadataDescription
issue #215 by @tomkittlabs, pull request #314 by @smartinello1:
- File: src/main/rules/MissingMetadataDescription.ts
- Severity:
note(informational) - What it checks:
- All Flow elements (Get Records, Assignment, Decision, Action, Screen, Loop, etc.) – except Start – that are missing the
descriptionproperty - All metadata resources:
variables,formulas,constants,textTemplateswithout a description
- All Flow elements (Get Records, Assignment, Decision, Action, Screen, Loop, etc.) – except Start – that are missing the
You can find a description of the new rule also included in the readme