How to get to the flow context generated for my RITM in a ton of executions to troubleshoot a particular context as an adminn?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 08:06 AM
Hello All,
I am triggering a flow in my workflow run script activity using executeflow api of the flow designer.
executeFlow(String name, Map inputs, Number timeout)
As OOB flow context action is not available because of its visibility condition, is there a way , that i can access flow context id that got generated, so that as a admin when i want to troubleshoot any issue that came up in a flow that ran i can easily navigate to its context.
Core Ask : What is the easiest way to get to the flow context that generated across for my RITM ?
Thanks
Siva
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2022 09:35 AM
As a follow up question, I would also be interested in finding out the equivalent of the below for checking active Flow contexts, in case anyone knows.
var wfContext = new global.Workflow().getRunningFlows(grTask);