How can I see the active flow for a specific record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 10:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 11:01 AM - edited 06-17-2024 12:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 09:05 AM
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]