Resume a flow run
Flow Runs
Resume Flow Run
Resume a paused or blocked flow run
POST
Resume a flow run
Resume a flow run that has been paused or is in a
BLOCKED status.
This is useful when a flow run requires manual intervention or when you want to restart processing after resolving an issue.
Use Cases:
- Resume a flow that was paused due to rate limiting
- Restart a blocked flow after resolving dependency issues
- Continue processing after manual review
BLOCKED- Flow is waiting for resources or dependenciesSTOPPED- Flow was manually stopped
Resuming a flow run will return the updated flow run object with its new status. The flow will continue from where it left off.
Authorizations
Path Parameters
Flow run UUID
Response
Returns the flow run
Returns the flow run
Flow Run UUID
Member/User UUID
Workspace UUID
Last error message
Callback
Flow Run status
Available options:
CREATED, INVALID, QUEUED, SCHEDULED, BLOCKED, STOPPED, RUNNING, FAILED, PARTIAL_SUCCEEDED, SUCCEEDED Number of outputs generated by the flow run (only available when the flow run is finished)
If the flow run is scheduled, this field indicates the scheduled flow run UUID.
Started at
Finished at
Created at
Updated at

