Skip to main content
Version: 3.2

Job Status Codes

StatusDescription
WAITINGJob has been created but needs additional information or a trigger event prior to being queued for execution.
SEQUENCEDJob has been sequenced for execution and will be queued in order relative to other jobs for this jobconfig.
QUEUEDJob has been queued for execution by the next available worker.
CANCELLEDJob was cancelled prior to being acquired by a worker (during the WAITING or QUEUED state). No log file will be produced.
INITIALIZINGJob has been acquired by a worker and is being prepared for execution.
RUNNINGJob is currently executing on a worker.
FINISHEDJob has successfully completed. A log file is available (or soon will be).
ERRORJob encountered an exception during execution. Depending on configuration and artifact design, the job may or may not have completed. A log file is available (or soon will be).
FAILEDJob failed or was manually stopped by user command or exception at some point during initialization or execution. A log file may or may not be available.