Skip to content

Commit 5e53553

Browse files
committed
Document input_required status in data types
1 parent c0260cc commit 5e53553

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ Tasks can be in one of the following states:
607607

608608
- `submitted`: The request has been received and queued for execution
609609
- `working`: The request is currently being processed
610+
- `input_required`: The task lifecycle itself encountered an error, unrelated to the associated request logic
610611
- `completed`: The request completed successfully and results are available
611612
- `failed`: The task lifecycle itself encountered an error
612613
- `cancelled`: The request was cancelled before completion

0 commit comments

Comments
 (0)