Status of an Export Task
Learn about the current status of an export task.
The possible values of the current status of a task are given below. All values are of 'String' type.
SCHEDULED
: Indicates that a task is ready to be executed.SCHEDULED_POLL
: Indicates that the task is rescheduled due to a node failure or waiting for other tasks to complete their work.PROCESSING
: Indicates that a task is being executed now.PAUSING
: Indicates that a task is preparing to turn into thePAUSED
status.PAUSED
: Indicates that a task was paused.CANCELING
: Indicates that a task is preparing to turn into theCANCELED
status.CANCELED
: Indicates that a task was canceled.COMPLETED
: Indicates that a task is completed.FAILED
: Indicates that an error occurred during execution of a task.WAITING
: Indicates that a task is waiting for other tasks which belong to the same export job.