Is it possible to identify how many flow designer are using error handing section in the flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
26m ago
no direct OOTB method to search
approach shared by @MAHAMKALI should help you
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
