Flow Runs
Set Flow Run State
Set a flow run state, invoking any orchestration rules.
POST
/
api
/
flow_runs
/
{id}
/
set_state
Headers
Path Parameters
The flow run id
Body
application/json
The intended state.
If false, orchestration rules will be applied that may alter or prevent the state transition. If True, orchestration rules are not applied.
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?