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

Bug fix MissingFaultPath #49

Closed RubenHalman closed 11 months ago

RubenHalman commented 11 months ago

Issue: The "MissingFaultPath" rule previously considered all elements in a flow, which led to inaccurate results.

Resolution: The rule has been updated to exclude any element that is already part of a Fault Path, resulting in more accurate assessments of missing fault handlers.

Version: 2.24

Date:6 november 2023

Impact: This bugfix ensures that elements correctly receive or do not receive fault handling recommendations based on their actual fault path relationships. It enhances the accuracy of the rule's assessments in flows.