Flow execution is delayed by 1-5 minutes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 05:18 AM
The execution of flows in our instance is a bit slow and this is what happens both on the service portal and flow designer. I was trying to troubleshoot this as this can take from 1-5 minutes.
Has anyone experience this? How was it fixed?
FLOW DESIGNER:
SERVICE PORTAL:
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 05:27 AM
Is your entire instance slow ?
In my case also it takes around 1-2 minute .
we have on-prem instance so new nodes were added and it resolved the issue .
Maybe in your case many transactions would be running
Hope its helpful
Anshu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 05:34 AM
Hi
Can you check in Flow trigger under Advance options if flow is set to run in background? If it's running in the background then that's expected behavior and we are allowing this to happen as its executing asynchronously.
Hint: Where to run the flow = Run flow in background (default)
If you want your flow to execute right away then change the value to Run flow in foreground.
Regards,
Muhammad
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 05:58 AM
Hello Hanaphouse,
This happens mostly when there are lot of events created in your instance in sysevent table. If you group by state on this table and check once how many events are in queue. If you have say 9K or 10K event in equeue then your flow will take more time to execute because ServiceNow need some time to process those events.
Please refer the below articles for more details on this:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0868994
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0819167
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0868994
Please mark my respsone as helpful/correct, if it answer your question.
Thanks