docs: Add IN_PROGRESS job state to documentation#635
Merged
Conversation
Add the IN_PROGRESS status to the list of request job states. This status indicates that a job has been picked up by a worker and is currently being processed.
| Understanding job states helps you track the progress of individual <RequestsTooltip /> and identify where potential issues might occur in your workflow. | ||
|
|
||
| * `IN_QUEUE`: The job is waiting in the endpoint queue for an available worker to process it. | ||
| * `IN_PROGRESS`: The job has been picked up by a worker and is currently being processed. The request is no longer waiting in the queue. |
Contributor
Author
There was a problem hiding this comment.
Added IN_PROGRESS status based on Madiator2011's request explaining that this is a valid status indicating a job has been picked up by a worker and is currently being processed.
Source: https://Team.slack.com/archives/D0B4LTV9WUB/p1779200622852679
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
lavanya-gunreddi
approved these changes
May 21, 2026
Contributor
Author
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds the IN_PROGRESS status to the request job states documentation. This status indicates that a job has been picked up by a worker and is currently being processed.
Trigger Events
Update the doc to include IN_PROGRESS status.
IN_PROGRESS is a valid status. It means the job has been picked up and is currently being worked on by a worker.
So the practical meaning is similar to an active/running state](https://Team.slack.com/archives/D0B4LTV9WUB/p1779200622852679)
Tip: Add or adjust Promptless's style guide in Agent Knowledge Base ✍️