Advanced Configuration : Using Integration Manager APIs : Execution Service Job Status Codes
 
Share this page                  
Execution Service Job Status Codes
The following are execution service job status codes:
WAITING
Job has been created but needs additional information or a trigger event prior to being queued for execution.
QUEUED
Job has been queued for execution by the next available worker.
INITIALIZING
Job has been acquired by a worker and is being prepared for execution.
RUNNING
Job is currently executing on a worker.
FINISHED
Job has successfully completed. A log file is available (or soon will be).
ERROR
Job 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).
FAILED
Job 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.
CANCELLED
Job was cancelled prior to being acquired by a worker (during the WAITING or QUEUED state). No log file will be produced.