Lightning-Flow-Scanner / lightning-flow-scanner-core

A rule engine capable of conducting static analysis on the metadata associated with Salesforce Lightning Flows, Process Builders, and Workflows.
https://www.npmjs.com/package/lightning-flow-scanner-core
MIT License
27 stars 9 forks source link

Idea for new ruleset: check if flow api version is above 50 #28

Closed fkramer690 closed 1 year ago

fkramer690 commented 1 year ago

Old api versions will retire. So it is good to keep track of your flow versions. Since it take some time until this retirement will kick-in it is not necessary to track the latest version. Current version - 5 or 10 should be fine.

I assume for you it is an easy one to check the tag and return true / false

53.0
RubenHalman commented 1 year ago

Thank you for this suggestion. I have added it to the project backlog.