Represents the current state and metadata of a task execution.
Task executions transition through various states during their lifecycle: ready → running → completed (or failed/timed_out/cancelled)
ready
running
completed
failed
timed_out
cancelled
Parent tasks have additional states: running → waiting_for_children → waiting_for_finalize → completed
waiting_for_children
waiting_for_finalize
Task execution for detailed state transitions.
Represents the current state and metadata of a task execution.
Task executions transition through various states during their lifecycle:
ready
→running
→completed
(orfailed
/timed_out
/cancelled
)Parent tasks have additional states:
running
→waiting_for_children
→waiting_for_finalize
→completed