Check the connectivity from flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 02:50 AM
Hi team,
I have a requirement, where I have to check the connectivity from the flow designer before proceeding to the next step, if connectivity is fine we will proceed to the next step or else we will create incident.
for example connectivity issue can be MID Server not responding or any such other cases
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 02:53 AM
Hi @Bindhu1
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0831557
Instructions
To determine if the Mid Server is up you can use the table ecc_agent. If you want to use this in Flow Designer you can define a Record Updated trigger based on this table with a condition: Status changes from Up AND Status changes to Down OR Status changes to Paused.
Make sure to set the Run Trigger to 'For each unique change'. The default value (Once) will only trigger it initially and any subsequent changes will not be recorded.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************