Is it possible to identify how many flow designer are using error handing section in the flow?

Shantharao
Kilo Sage

Hi All,

Is it possible to identify how many flow designer are using error handing section in the flow designer graphical interface.

We are implementing the error handling for all existing flows to create an incident, 
The query is, if already the flows enabled the error section, it will be generate duplicate incidents, 
So our implementation we want to ignore the flows which are already enabled the error section on the existing flows, 

I didn't find any useful attribute restrict the existing flows from my new implementation 

for more clarification, please find the attached screenshot and provide me the solution

Thanks

2 REPLIES 2

MAHAMKALI
Mega Guru

Hi @Shantharao,
I didn't find exact attribute or field which can store the error handler option of the flow, but I found one attribute in sys_flow_context table (the table store all the executions of the flows), open any one of the record and right-click show XML
Screenshot 2026-04-08 151115.png
in this XML, under attributes you can see error_handling_enabled:true - check this for other flows 
And also in the same XML - if your flow enable the error handler - if any error caught on the execution, the error_state field value will be ERROR_CAUGHT, again this is only update if any flow execution fall into error. 
Check with error_handling_enabled attribute.

Regards,
Kali 

Ankur Bawiskar
Tera Patron

@Shantharao 

no direct OOTB method to search

approach shared by @MAHAMKALI should help you

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader