- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 07:26 AM
Hi,
Is there a way to follow the execution of a flow step by step. I checked that table sys_flow_report_doc but didn't find details about the flow steps executions
Solved! Go to Solution.
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 07:54 AM
The column source record allow to link the workflow execution to the incident number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 07:49 AM
Hi,
you can check the sys_flow_context table
Regards
ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 05:55 AM
Thanks,
from the context table if we open the 'operation view' it shows the steps in visual view, how can we get the list view. the actions are not listed in the action window below in the context record window
Cheers
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 06:07 AM
If you go to executions tab and open the last executed transaction,you can view the detail of the transaction at each step. What values are received, if there is any error, etc.
Are you looking for anything specific here?
Mark the comment as a correct answer and also helpful if this has answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 07:50 AM
I have flows that are triggered by incident created, the triggered record is an incident. want to be able to search for execution related to a specific field in the record used for trigger, is there a way to do such search