Graph States
An executed graph can occupy one of the following states.
-
N/AJob execution request has been registered and persisted. This status lasts only for a short interval.
-
ENQUEUEDJob execution command has been received. Job waits in Job Queue for later execution.
-
READYJob initialization process is almost done.
-
RUNNINGJob is running.
-
WAITINGUsed only by the engine as a component status.
-
FINISHED_OKThe job finished without a failure.
-
ERRORA failure occurred during data processing or during initialization process.
-
ABORTEDThe job has been aborted or killed.
-
TIMEOUT
May occur when the job execution exceeds a specified limit, but the TIMEOUT status is never visible in the execution history. Time-outed job may be aborted, thus the status changes from RUNNING to ABORTED.
-
UNKNOWNWhen the server detects inconsistency of the job status, it is set as UNKNOWN. For example, when the server starts-up and there are RUNNING jobs in the database, which is impossible since the server has not started yet.