ServiceNow Learning 53: Close an incident after 10 days via Flow Designer ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 04:04 AM
Hi All,
Here is a great example how to handle the below scenario via flow designer:
Example: Close an incident if it has been in the resolved state for 10 days
In this example, a flow starts when the incident state changes to Resolved.
Flow trigger
Example: Wait 10 days after the last update to a record
In this example, the flows waits for 10 days after the incident record has been resolved.
Wait for Duration flow logic
Example: Update a record after 10 days
In this example, the flows closes the incident record 10 days after it was resolved.
Action used to close the incidentHope this helps you.
I hope this article helpful. Please mark it as helpful and bookmark if you like it.
Thanks,
Shamma
- 1,045 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 02:57 AM
This article is based on this ServiceNow Docs Link.
Please have a look.
Vancouver Notes : Wait for a duration flow logic (servicenow.com)
Thanks,
Shamma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:46 AM
Ok, that doesn't justify it. In docs it's also just an example, to showcase the wait.
But anyhow, I'm not saying this article is wrong. Yes it can work like this. If it's the right way... That differs per use case.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 05:18 AM
Agree with you. It is just an alternate example.
Thanks for commenting.
Regards,
Shamma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 05:17 AM
Hi @Shamma Negi ,
How this is different from setting the number of days in the property glide.ui.autoclose.time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 10:00 PM
This can be done for any table which includes your custom table also and can be used in scoped app also.
Thanks,
Shamma