What is the difference between `StartFlowRun` vs `...
# ask-community
k
What is the difference between
StartFlowRun
vs
create_flow_run
? They seem to be slightly different in the documentation but has the same end result
k
Wow man you must be making a lot of progress lately. I explained it in another post let me find it real quick
The inconsistency with StartFlowRun is that it changes the return depending if you set
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.0
🙌 1
k
LOL huge wave of productivity today, big thanks to your help throughout the day as well 🤣