Wait for work order processing
GET/iguides/:iguideId/workOrders/:workOrderId/waitForProcess
Blocking operation that waits for the work order processing job to complete. If the background job is not complete, it will abort with a timeout error code, and then you need to retry.
Requires scope: iguide.read.
Request
Responses
- 200
- 204
- 403
- 404
- 500
- 581
Processing failed. The body carries jobError
Processing completed successfully. No body
Not permitted to read this resource
No matching job, or the job was superseded by a newer one
The wait itself failed
The server waited its full two minutes and the job is still running. Reconnect