Job state

In Sitecore Content Hub, the state of a background processing job indicates its current position in the overall workflow. The following diagram illustrates the various stages of that flow:

Workflow diagram of background processing job

As well as a state, each job also has a condition. The following table describes the potential states and condition combinations, and their meanings.

StateConditionDescription
CreatedPendingThe created job is waiting to be queued. The job type impacts the duration of this state.
PendingPendingThe job is in the queue waiting to be processed. Jobs stuck in a Pending state for over 48 hours are automatically marked as failed.
InProgressNoneThe job is being executed.
CompletedSuccessThe job execution has completed successfully.
CompletedFailureThe job execution has failed.
CancelledCancelledThe job execution has been cancelled.
Important

A failed job cannot be restarted. You must create a new job if you want to try again.

If you have suggestions for improving this article, let us know!