William Edwards
02/11/2022, 12:45 PMcreate_flow_run
in the client, or should the client be doing anything else?Kevin Kho
create_flow_run
task to trigger a subflow
If you need to trigger a Flow from somewhere else like lambda, client.create_flow_run
is good for that.
If you can just add a schedule, then you don’t need this