> For the complete documentation index, see [llms.txt](https://docs.highcohesion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.highcohesion.com/monitoring-streams/reporting/jobs.md).

# Jobs

## Overview

Jobs will be created by the system when there is need for a stream to be executed. The different options for creating a job could be:

* **Manual trigger** - Triggered by a user in the control panel.
* **Scheduled trigger** - Triggered on a schedule attached to the [source](/creating-streams/sources.md) by the system.
* **Notification/web hook trigger** - Triggered by the HighCohesion system receiving notification (web hook) from a 3rd party system.

Once a job has been created, it is possible to view the outcome of the job and any related log files in the control panel.

### Job List&#x20;

The job list page is shown when clicking on the "Jobs" link from the left hand navigation in the control panel. This table of jobs from your account are defaulted in the scheduled date/time execution order, with the latest jobs being listed at the top of the page.&#x20;

The jobs list can be filtered using the filter dropdown panel at the top right hand side on the table.&#x20;

### Job View

The job single view page allows you to view the logs and any related source files for the selected job.&#x20;

## Functions

### Replicate Job

The control panel allows you to replicate a previously run job. This can be done by pressing the "replicate job" button in the top right hand corner on the jobs page. You can edit some settings of the job before running it. The replication process varies slightly depending on the type of job being replicated. This is outlined below.

#### Static and Dynamic Web Events

When you click on replicate job on a static or dynamic web event job, a popup will appear that contains the original web event payload. You are then free to edit this payload with new information. When the job is replicated, this new payload will be used rather than the original.

#### Manual and Scheduled Jobs

When you click on replicate job on a manual or scheduled job, a popup will appear that contains the job specification from when the job ran. You are then free to edit the specification for the job. When the job is replicated, the new specification will be used rather than the original.&#x20;


---

# 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:

```
GET https://docs.highcohesion.com/monitoring-streams/reporting/jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
