Skip to content

MissingMetadataDescription (for Elements & Variables) #215

Latest

Choose a tag to compare

@RubenHalman RubenHalman released this 27 Nov 12:09

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 description property
    • All metadata resources: variables, formulas, constants, textTemplates without a description

You can find a description of the new rule also included in the readme