Page 1 of 1

Check flow state

Posted: 15 Dec 2019 12:07
by Lucy
Is there a fast way for me to check flow states?
Because i do have an abundance of them its tedious looking through them all!

All i can think of is making a flow consisting of a hundred there abouts (cause thats how many flows i have) of conditions to check flow state on individual flows. Then log results and display in dialog or write to file.

Re: Check flow state

Posted: 15 Dec 2019 15:34
by Desmanto
I have done this since last year, Automagic Statistic. The flow has one of the longest script I have in all flow. I am restructuring some because of the timezone discovery I made last week. And I planned to finish the only last part of the summary (which I never done in this 1,5 years, man that was a long time ago :D)

The flow basically init Automagic flows.xml file and then parse using very long regex to retrieve all triggers, conditions, actions and flows; organized them and show the result. This is the same flow that can let me tell how many times I have used script, input dialog, Control UI, or any other element. I hope I can find time to finish and share that before the end of this year.