Richard Hughes
08/11/2020, 2:55 PMJim Crist-Harif
08/11/2020, 3:01 PMcancel_flow_run
graphql route will trigger a cancellation (again, for 0.13.0 only).Jenny
08/11/2020, 3:01 PMcancel_flow_run
mutation which can stop your flow runs. It works best with prefect 0.13.0 or higher.Richard Hughes
08/11/2020, 3:22 PMcancel_flow_run
mutation?Jenny
08/11/2020, 5:28 PMmutation {
cancel_flow_run(input: {flow_run_id: "00000"}) {
state
}
}
Your flow run id would go where 000000 is.