You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@junners
My suspicion is that the biggest performance improvement can be achieved if we were running all rules at the same time, whereas in the current implementation the IDDFS algorithm is applied to every rule individually to 'build the flow' although not ALL rules implement IDDFS.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: