Flow Naming
Summary
Checks the Flow name against a list of known prohibited name patterns.
Description
As developers we will occasionally work on a copy or WIP (Work In Progress) Flow but forget to rename it before check-in. This simple compliance test is designed to make these mistakes visible at check-in time by determining whether it matches a list of known prohibited name patterns (e.g. CopyOf*
).
See the documentation on asset naming standards for the default list of naming signatures on the prohibited list.
Actions
Rename the Flow to align with your coding standards and remove ambiguity.