We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0260cc commit 5e53553Copy full SHA for 5e53553
docs/specification/draft/basic/utilities/tasks.mdx
@@ -607,6 +607,7 @@ Tasks can be in one of the following states:
607
608
- `submitted`: The request has been received and queued for execution
609
- `working`: The request is currently being processed
610
+- `input_required`: The task lifecycle itself encountered an error, unrelated to the associated request logic
611
- `completed`: The request completed successfully and results are available
612
- `failed`: The task lifecycle itself encountered an error
613
- `cancelled`: The request was cancelled before completion
0 commit comments