---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Scheduled jobs

# Scheduled jobs {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Scheduled Jobs are automated pieces of work that can be performed at a specific time or on a recurring schedule.
You can automate the following kinds of tasks:  
* Automatically generate and distribute a report
* Automatically generate and schedule an entity of records, such as an incident, change item, configuration item, from a template
* Run scheduled jobs from scripts or business rules
* Scheduling at the end of the month
* Scheduling for weekdays
{#c_ScheduledJobs__ul_ajg_1xq_dz}

For developer training, see [Scheduled Script Executions and Events Objectives](https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_automatingapps_washingtondc_automating_application_logic/app_store_learnv2_automatingapps_washingtondc_scheduled_script_executions_and_events/app_store_learnv2_automatingapps_washingtondc_scheduled_script_executions_and_events_objectives) on the ServiceNow
Developer Site.

Use the [System Events and Jobs Dashboard](https://servicenow-prod.fluidtopics.net/35Q_GwC7MN7Qw93hoyGr5g "Use the System Events and Jobs Dashboard module to monitor the system event processing system and monitor the scheduled jobs processing system in the Scheduled Jobs dashboard tab.") to monitor the system event processing system and the scheduled jobs processing system.

## Scheduled job states {#c_ScheduledJobs__section_d1c_n3p_nhb}

A scheduled job can be in any one of the following states.

Ready
:   Job is ready to run at the next scheduled interval.

Running
:   Job is in the process of carrying out a task.

Queued
:   Job has been added to the scheduler queue and is waiting to run.

Error
:   Error occurred while running the job.

## Schedule job errors {#c_ScheduledJobs__id_yqh_sgj_ntb}

If you encounter errors generating a scheduled job, visit [Troubleshoot a scheduled job through Application Insights](https://servicenow-prod.fluidtopics.net/pyqIpau7P056tCrq1xAE~g "Identify a scheduled job that is causing slow performance or running more often than necessary through the Scheduled Jobs table.") for additional information.
* **[Create a scheduled job](https://servicenow-prod.fluidtopics.net/b7Sn60R55pQpm7i15EeTKQ)**   
  Create a scheduled job on the Schedule Job \[sysauto\] table.
* **[Special cases in job schedules](https://servicenow-prod.fluidtopics.net/_0EjVHhLo_LPbYmMsmdswA)**   
  Some special cases require care in job scheduling.
* **[View a schedule item](https://servicenow-prod.fluidtopics.net/bRe~~L97kGD~w_Hr5Lxxlg)**   
  You can view scheduled items, which are individual instances of a scheduled job, from the system scheduler.

