KB Article #178580
Set Attribute Filter No Longer Has Failure Path
Problem
In 7.4 and previous versions, the Set Attribute filter had a failure path. In newer versions, it does not have one and you cannot draw one. Is there a way to draw failure paths in current versions?
Resolution
No, the path was deliberately removed because the filter cannot fail. Filters that are only reachable from the false path of a Set Attribute filter are dead code. Upgraded configurations that contain leftover false paths should be reviewed to remove any code that is unreachable.