Hey all, Marvin's answer didn't help. How can I tr...
# ask-community
m
Hey all, Marvin's answer didn't help. How can I trigger a flow from another flow (except calling the REST endpoint of prefect directly)? Is there any API in the prefect packages? My use case is that my sub flows shall not run within in the parent flow, but as individual flows in my worker queue.
k
I believe what you're looking for is
run_deployment
https://docs.prefect.io/v3/deploy/index#required-defining-data
m
Awesome! Right on the spot. Thank you.