lightning-flow-scanner-core icon indicating copy to clipboard operation
lightning-flow-scanner-core copied to clipboard

Revisit IDDFS algo for a huge number of flows that has more than 30 elements each flow

Open junners opened this issue 5 months ago • 0 comments

Currently it is only possible to select a folder and analyse all flows. In my current project we have 150+ flows and it is causing a Visual Studio timeout when I want to run them all. (Macbook Pro M1 Max) So it would be better to choose from another screen which flow you want to analyse. Default select can be all flows but in my case it would be helpful to only analyse Case, Account or only FlowType = Screenflow.

If we break this down there's two issues - 1st is a potential performance issue on using IDDFS algo, need to have a solid case to replicate this 2nd is the ability to scan flows from a segment (Autolaunched, Screen types & etc)

This idea will be tackling the 1st point

junners avatar Sep 27 '24 04:09 junners