--- alias: user-guide-requeue-resource-job description: "Requeue a resource job to resume its execution from a paused state" --- # Requeue Resource Job :lock: ResourceJob.**Requeue** ## Overview This operation is used to Requeue a given **Resource Job**. ## Setup No specific setup is required other than to meet the precondition of the transaction. ## Preconditions * The **Resource Job** exists in the system and is Active. * The **Resource Job** System State is Executing. * The **Owner Entity Type** and **Owner Entity Id** provided must match if previously defined in the **Resource Job**. ## Sequence of Steps 1. Choose an Executing **Resource Job**, then select the **Requeue** button on the top ribbon. 2. Optionally, enter a comment for the operation. 3. Select **Requeue**. ![Screenshot showing a requeued resource job with status "Executing".](images/requeue_resource_job.png) !!! info Once a **Resource Job** is requeued, its System State will revert to Queued. At this stage, you will have three available actions: [[user-guide-dequeue-resource-job|Dequeue]], [[user-guide-cancel-resource-job|Cancel]], or [[user-guide-start-resource-job|Start]] the **Resource Job**. For more information, refer to the linked pages.