Akshay
03/04/2024, 9:19 PMPending
state.
Upon further investigating, I noticed that the above mentioned flow_run don't have a "work_pool" set.
I already have a work pool created but its not being attached to my flow_run.
Can someone please assist?Nate
03/04/2024, 9:24 PMPOST /create_flow_run
but that is just creating a flow run in the database, not scheduling anything to happen
do you have a deployment you're trying to trigger? If so, you'll want to use POST /create_flow_run_from_deployment
if you have more high level context I could be more helpfulAkshay
03/04/2024, 9:35 PMPOST /create_flow_run_from_deployment
and it worked
thanks alotNate
03/04/2024, 9:36 PM