For Developers

Job State

The possible states of a Job. Ideally/usually it goes from queued to working to complete.

Values

ValueDescription
draftThe job was is being set up still, and should not be run.
queuedThe job has been activated and is ready to be run.
workingThe job is currently being run.
completeThe job has been completed.
warningThe job has finished executing, but there was an error in one or more tasks.
errorAn error has happened in the processing of the job.
canceledThe job has been canceled.