Ken Nguyen
03/24/2022, 2:23 AMStartFlowRun
vs create_flow_run
? They seem to be slightly different in the documentation but has the same end resultKevin Kho
Kevin Kho
wait=True
. wait=False returns an id and wait=True returns a state.
So it was decoupled into create_flow_run
and wait_for_flow_run
for consistent return types in 0.15.0Ken Nguyen
03/24/2022, 2:33 AM