Kai Weber
06/23/2020, 5:59 AMnicholas
mutation {
create_flow_run(input: {flow_id: "hello_world_flow_group_id"}) {
id
}
}
replacing the hello_world_flow_group_id with the flow_group_id returned by your first query (you can add flow_group_id to the body of that query). You can also use the flow_id to target that specific version of your flow.Kai Weber
06/23/2020, 7:14 AMKai Weber
06/23/2020, 7:14 AMnicholas
insert_flow_run instead of create_flow_run ?Kai Weber
06/23/2020, 7:27 AMnicholas
nicholas
Kai Weber
06/23/2020, 7:33 AMnicholas
Kai Weber
06/23/2020, 7:47 AMKai Weber
06/23/2020, 4:20 PMnicholas