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

siva_
Giga Guru

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

10 REPLIES 10

Community Alums
Not applicable

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);