Daily workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 05:08 AM
I am trying to run a daily workflow to notify users of incidents open and not updated but I don't want it to run on the weekends. How do I achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 06:29 AM
you can use IF logic and check if it's weekends; if yes then end the workflow
Something like this
How to run a Scheduled Job "daily" but exclude weekends
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:17 AM
Hello and thanks for your response. I have a daily workflow that triggers a notification for an email to be sent out. Were would I put the weekend exclusion script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:30 AM
I could see you marked my response as correct and later reverted.
Any update regarding that?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 09:26 AM
I didn't mean to click "accepted as solution" I was trying to reply but if I am able to get it working correctly from what you have told me I will gladly mark it.