Endpoint
Description
Resumes a task that was previously paused via the pause endpoint. The workflow continues from the last checkpoint and proceeds normally.Authentication
Required: Yes Include API key in header:Request
Headers
Path Parameters
Body Parameters
Request Body Example
Response
202 Accepted
404 Not Found
409 Failed Precondition
Cannot resume task in invalid state:401 / 403
Notes
- Only has an effect for tasks that are currently paused; calling
resumeon a non-paused task returns a 409 Failed Precondition error. - State validation ensures clear error messages for invalid operations (e.g., resuming completed or already-running tasks).
- SSE streams emit
workflow.resumedwhen a paused workflow continues.