Jacqueline Riley Garrahan
02/22/2022, 8:05 PMruns = FlowRunView._query_for_flow_run(where={"flow_id": {"_eq": id}})
Kevin Kho
client,graphql()
with:
query {
flow (where: {id: {_eq: "64c1984a-615f-4d26-b3ea-dfafceb14f6e"}}){
id
flow_runs{
name
id
}
}
}