Sadly, this produces more questions than answers for me.
So, not sure how this works. For instance, I have a flow called Log, which takes a filename and some text, and writes the text to the file with a timestamp. Every flow I write calls this flow.
I have a flow that tests APIs in our newest product. I expect to have one flow that calls one flow for each API call, but doing this I hit that 30 flow limit. So...can I divide those 30 flow calls into 3 flows that each call 10 other flows? Or will that still put me over the 30 limit if I have one flow that calls three flows that each call 10 more flows? And every flow calls the Log flow? And what happens if I have a cloud flow that then calls a desktop flow that then calls all these other flows?
And of course the final question, what kind of manager decided on a limit of 30? As a developer, I could see a limit of 255, or a limit of 65k, but 30? Seriously?