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 ParsingOCRIDPAIMachine 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
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the document to the asynchronous extraction queue. Returns a job whose status begins as Processing.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
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
Get_Extraction_Product_Result_v2_products_extraction_results__inference_id__get
Retrieve the completed extraction inference and read the structured fields parsed from the document.
Source API Descriptions
openapi