FL-034AdvisoryMaintainability
What it requires. Flows should use auto-layout rather than the freeform canvas. Auto-layout keeps element arrangement consistent, so the next person reads the logic rather than the drawing.
Why it matters. Freeform canvases drift into layouts only their author can follow, and reading time is maintenance cost.
How to fix it. Switch the flow canvas to auto-layout and confirm the arrangement remains readable.
Source. Lightning Flow Scanner, missing-auto-layout
Is this rule worth checking?
Votes and comments are published here. We read them, and we publish what we change with the reasoning — a vote does not move a rule on its own.
