Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

John Zhang1
Kilo Patron
Kilo Patron

The Flow Debugger is a new feature introduced in the ServiceNow Yokohama Release to help developers troubleshoot and debug flows in Flow Designer more efficiently.  This feature enhances developer productivity by reducing trial-and-error debugging and providing deeper visibility into Flow Designer executions. 

 

Objectives

  1. The Flow Debugger Demo 
  2. Key Features

The Flow Debugger Steps

 

Step 1 - Starting debug process by clicking "Debug" button on you flow.

JohnZhang1_0-1738943921857.png

Step 2 - Sellect a record for the debugging process.

JohnZhang1_0-1738949046415.png

Step 3 - Sellect the breakpoint on any step of your flow.

JohnZhang1_1-1738949074982.png

Step 4 - Resume the debgging process by clicking the "Resume" button

JohnZhang1_2-1738949114856.png

Step 5 - When the flow error is identified during the validation, you can see "Debug Mode - Error" marked as number (5)

JohnZhang1_3-1738949149344.png

Step 6 - Open your flow to fix the error, re-run the Flow Debuger by repeating step 1 to step 5 untill all errors are fixed.  You will see the following screenshot.  

JohnZhang1_4-1738949184072.png

 

Key Features

 

  • Step-by-Step Execution – Allows developers to step through each action in the flow to analyze how data is processed.
  • Real-Time Variable Inspection – Developers can inspect and modify variable values during execution to understand flow behavior.
  • Breakpoints & Pausing – Users can set breakpoints to pause execution at specific actions, making it easier to diagnose issues.
  • Error Tracing & Logging – Provides detailed logs of execution paths, errors, and skipped steps to speed up troubleshooting.
  • Retry & Modify Execution – If a flow fails, developers can modify values and retry execution without starting from scratch.
  • Visual Flow Execution Timeline – Offers a graphical timeline of executed steps, helping in performance analysis.
  • Live Debugging – Enables real-time debugging of flows triggered by actual events or test executions.

 

 

If you enjoy my ServiceNow posts, please mark my post Helpful.

 

 

 

 

 

 

 

 

2 Comments