> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.14/configure-cortex-xsoar/jobs/manage-jobs.md).

# Manage jobs

A job is an automated playbook task or set of playbook tasks that are scheduled to run at predefined intervals or under specific conditions. Jobs can be used for data enrichment, periodic reporting, threat intelligence gathering, or any repetitive operational tasks that need to be performed regularly without manual intervention. There are two types of jobs:

* Time triggered jobs that run at specific times: For example, you can schedule a time triggered job that runs nightly and removes expired indicators.
* Jobs triggered by a delta or change in a feed: For example, you can define an event triggered job to run a playbook when a specified TIM feed finishes a fetch operation for new indicators.

On the **Jobs** page, you can:

| Action                            | Details                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Create a new job                  | Click **+ New Job**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Edit an existing job              | In the table, select a job and click **Edit**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Perform additional job management | <p>In the table, select a job and click one of the following:</p><ul><li><strong>Run now</strong></li><li><strong>Disable</strong></li><li><strong>Enable</strong></li><li><strong>Pause</strong></li><li><strong>Resume</strong></li><li><strong>Abort</strong></li><li><strong>Delete</strong></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                     |
| View job status                   | <p>The chart panel at the top of the <strong>Jobs</strong> page shows various status buttons. Click one of the following buttons to filter the list of jobs for that status:</p><ul><li><strong>Running</strong></li><li><strong>Waiting</strong></li><li><strong>Error</strong></li><li><strong>Disabled</strong></li><li><strong>Time Triggered</strong></li><li><strong>Event Triggered</strong></li></ul><p>You can hide this panel by clicking <strong>Hide Chart Panel</strong>.</p>                                                                                                                                                                                                                                     |
| Search for a specific job         | Enter a search query in the filter field. You can also save a filter.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| View job details in the table     | <p>By default, the displayed table columns are:</p><ul><li><strong>Name</strong></li><li><strong>Job Status</strong></li><li><strong>Last Incident's Status</strong></li><li><strong>Last Run</strong></li><li><strong>Next Run</strong></li><li><strong>Details</strong></li></ul><p>Click <img src="/files/7mdXVR3UTAQcbIwkbItE" alt="settings-wheel.png"> to change the displayed columns. You can also select to show:</p><ul><li><strong>Owner</strong></li><li><strong>Playbook</strong></li><li><strong>SLA</strong></li><li><strong>Labels</strong></li><li><strong>Attachments</strong></li><li><strong>Job Schedule</strong>: This column shows a human readable description of a cron schedule for a job.</li></ul> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.14/configure-cortex-xsoar/jobs/manage-jobs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
