Statuses
The following is the list of statuses that we can use in rules to control what should be done next:
NOT_STARTED
: Set a chain step to this status to make it runnable againSCHEDULED
: The normal status of a scheduled job when it is runnableRUNNING
: The job or step is currently runningPAUSED
: The job or step is pausedSTALLED
: The Scheduler does not know what step to perform nextSUCCEEDED
: The job or step is completed successfullyFAILED
: The job or step has ended in failureSTOPPED
: The job or step is completed with a Scheduler error
Note
If a step is in the SUCCEEDED, FAILED
, or STOPPED
state, its completed
attribute is set to TRUE
; otherwise it is set to FALSE
.