Mindee · Arazzo Workflow
Mindee Poll Job With Failure Branch
Version 1.0.0
Enqueue an extraction, poll the job, and branch explicitly on Processed, Processing, or Failed before reading the result.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
poll-job-with-failure-branch
Enqueue, poll, and branch on success or failure before reading the result.
Enqueues an extraction and polls the job, ending on Failed, looping on Processing, and reading the extracted fields on Processed.
1
enqueue
Send the document to the asynchronous extraction queue. Returns a job whose status begins as Processing.
2
pollJob
Poll the shared jobs endpoint and branch on the job status. Loop while Processing, end the workflow on Failed, and continue on Processed.
3
getResult
Retrieve the completed extraction inference and read the structured fields parsed from the document.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.