
When your flow is running or done, from the Flow history we can see which path the flow goes and if there's any error why / some error code with some message explaining the reason.
My issue is when one of the flow seems to run longer than normal and if it has nested / child flow (is this the right word to describe it?) , I can't see which step the flow is stuck inside that nested / child flow, when I click it it just kind of grays out and no indication of which step is done, and which step is currently running.
Has anyone know any way to check these kind of situation?
I thought about doing that brute force logging, but that would take too much effort and wouldn't be preferable in a production situation, hopefully there's another alternative way.
Thanks.