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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 07:41 AM
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?
And maybe the MID server on which the Action executed?
I figure that information must be stored somewhere (perhaps a table?) but can't find it.
Thanks!
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 09:53 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 05:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2025 10:37 AM
Hi, did you ever figure out where the flow/action outputs are stored? I'm in need of something similar.