How can I see the active flow for a specific record?

Farah5
Tera Contributor

I have a table workflow that is built through Flow Designer, but there is a issue in the flow where the record is getting stuck at a certain point. Is there is a way to look at the active flow that specific record and see exactly which subflow and which step the flow/subflow is currently on? Similar to how you can visualized the active workflow for a record and it will show you up exactly what workflow step is currently active. It's really difficult for me to understand what is going on without being able to visualize this. 

 

 

2 REPLIES 2

Voona Rohila
Kilo Patron
Kilo Patron

Hi farah

Navigate to flow designer -> executions

In source record column, give the sys_id of the record, you'll find the flow. 

 

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

Jamsta1912
Tera Guru

sys_id in Executions is the sys_id of the execution itself, not the sys_id of the triggering record. Instead add condition, Source Record = [sys_id of the triggering record]