Flow Runs
Resume Flow Run
Resume a paused flow run.
POST
/
api
/
flow_runs
/
{id}
/
resume
Headers
Path Parameters
The flow run id
Body
application/json
Response
200 - application/json
A container for the output of state orchestration.
Represents the state of a run.
Enumerates return statuses for setting run states.
Available options:
ACCEPT
, REJECT
, ABORT
, WAIT
Details associated with an ACCEPT state transition.
Was this page helpful?