# Job statuses

The lifecycle of a job is represented by a **series of statuses** that indicate the different phases of workflow execution.

<figure><img src="/files/71wjErlZvs7SoF4Mv5cq" alt="" width="563"><figcaption></figcaption></figure>

* **Submitted**: jobs that have been created and added to a queue but have not yet started execution.
* **Suspended**: jobs that have been suspended by Data Mover and can be resumed manually.
* **Running**: jobs that are currently being executed.
* **Completed**: jobs that have successfully finished all steps in the workflow.
* **Error**: jobs that encountered an issue during execution, such as a failed step or service task.
* **Aborted**: jobs that were manually stopped before completing their workflow.


---

# Agent Instructions: 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.primeur.com/data-mover-1.21/jobs/what-is-a-job/job-statuses.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.
