Matthias Roels
06/22/2021, 2:22 PMZach Schumacher
06/22/2021, 3:34 PMZach Schumacher
06/22/2021, 3:35 PMKevin Kho
Kevin Kho
query {
flow_run(
where: {flow: {name: {_eq: "flow_name"}}}
order_by: {created: desc}
) {
name
id
state
flow {
name
}
}
}
Kevin Kho
ENDRUN
signalMatthias Roels
06/22/2021, 5:57 PM