Is it possible to access Flow Designer Execution Details outside of the Flow Designer UI?

chuckn
Kilo Guru

We've been struggling with the Flow Designer UI while troubleshooting the execution of Flow Designer Actions...it's a clunky way to get to information to troubleshoot what's going on (lots of vertical and horizontal scrolling, and the last location resets every time you click away). Is there a way to access the Execution Details for a Flow outside of the UI? Specifically, is there a way to get to Action step Output data, such as this?

find_real_file.png

And maybe the MID server on which the Action executed?

find_real_file.png

I figure that information must be stored somewhere (perhaps a table?) but can't find it.

Thanks!

3 REPLIES 3

OlaN
Giga Sage
Giga Sage

Hi,

I had a look around, and found two tables you could take a closer look at:

sys_hub_action_instance
sys_hub_action_output

Hi OlaN,

Thanks for the pointers. Those tables look like they hold the configuration information for Flow Designer Actions but not the output from Flow Designer Executions, which is what I'm really after.

Thanks!

-Chuck

akbalFTV
Tera Contributor

Hi, did you ever figure out where the flow/action outputs are stored? I'm in need of something similar.