Represents a task execution that has reached a terminal state.
Terminal states include:
completed
failed
timed_out
finalize_failed
cancelled
Once in a terminal state, the task will not execute again.
Represents a task execution that has reached a terminal state.
Terminal states include:
completed
: Successfully finished with outputfailed
: Execution failed (may have been retried)timed_out
: Exceeded timeout limitfinalize_failed
: Parent task's finalize function failedcancelled
: Manually cancelled or parent failedOnce in a terminal state, the task will not execute again.