Skip to content

Commit a0b93c8

Browse files
committed
Clarify that failed status refers to lifecycle
1 parent bb707b1 commit a0b93c8

File tree

1 file changed

+1
-1
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Tasks can be in one of the following states:
622622
- `submitted`: The request has been received and queued for execution
623623
- `working`: The request is currently being processed
624624
- `completed`: The request completed successfully and results are available
625-
- `failed`: The request encountered an error during execution
625+
- `failed`: The task lifecycle itself encountered an error
626626
- `cancelled`: The request was cancelled before completion
627627
- `unknown`: A terminal fallback state for unexpected error conditions when the receiver cannot determine the actual task state
628628

0 commit comments

Comments
 (0)