> 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/job-and-event-statuses.md).

# Job Statuses

## Job statuses

The Job is created by a Source and creates one or multiple Events.

**A Job can exist in 5 different statuses:**

* **PENDING**
  * When a Job is scheduled to run, but has not been kicked-off yet
* **PROCESSING**
  * When a Job is in the process of creating Events
* **FINISHED**&#x20;
  * When a Job has successfully created Events and all Events have the status OK
* **FINISHED WITH ISSUES**
  * When a Job has successfully created Events, but some of the Events have failed or seen issues
* **FAILED**
  * When the Job has failed in the Source system, most commonly no Events have been created

![An overview of how the Job statuses correlates to one another](/files/-MSDh_3_sic9gyLhSWGT)
