# Statuses and associated actions

Each job status determines which actions are available.&#x20;

The table below summarizes the actions permitted for each status.&#x20;

The **Next job status** column shows the statuses that are part of the standard job lifecycle. These are the statuses the job reaches **automatically**.&#x20;

Alternatively, a user may manually change the job status. These manual transitions, and the corresponding actions that trigger them, are listed in the **Status following user action** column.

<table><thead><tr><th width="238">Job status</th><th width="171.9998779296875">Next job status</th><th width="276">Status following to user action</th></tr></thead><tbody><tr><td><strong>Completed</strong><br>(job successfully finished)</td><td>--</td><td><ul><li><strong>Submitted</strong> <br>(Action: Resubmit)</li></ul></td></tr><tr><td><strong>Error</strong></td><td>--</td><td><ul><li><strong>Aborted</strong> <br>(Action: Abort)</li><li><strong>Submitted</strong><br>(Action: Abort and Resubmit)</li><li><strong>Resumed</strong><br>(Action: Resume)</li></ul></td></tr><tr><td><strong>Running</strong></td><td><ul><li><strong>Completed</strong></li><li><strong>Error</strong></li></ul></td><td><ul><li><strong>Aborted</strong> <br>(Action: Abort)</li><li><strong>Submitted</strong><br>(Action: Abort and Resubmit)</li></ul></td></tr><tr><td><strong>Aborted</strong></td><td>--</td><td><ul><li><strong>Submitted</strong><br>(Action: Resubmit)</li></ul></td></tr><tr><td><strong>Submitted</strong></td><td><ul><li><strong>Suspended</strong></li><li><strong>Running</strong></li></ul></td><td><ul><li><strong>Aborted</strong> <br>(Action: Abort)</li></ul></td></tr><tr><td><strong>Suspended</strong></td><td><ul><li><strong>Running</strong></li><li><strong>Error</strong></li></ul></td><td><ul><li><strong>Resumed</strong><br>(Action: Resume)</li><li><strong>Aborted</strong> <br>(Action: Abort)</li></ul></td></tr></tbody></table>


---

# 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/statuses-and-associated-actions.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.
