How to trigger a scheduled job from a scheduled job
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 01:17 AM
I have 4-5 to Scheduled jobs which I want them to run 1 after the other in sequence, how do I achieve, how believe through script include but not sure how and what would syntax of the code to do so as I am not much familiar with Script Include.
Labels:
- Labels:
-
Live Feed
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 01:41 AM
Hi
please check the following page. I always implement such requirements with the given approach via the ScheduleOnce API: https://www.servicenow.com/community/now-platform-articles/asynchronous-alternative-to-gs-sleep/ta-p...
Maik