Hi, can anyone suggest a way how I can run_deploym...
# ask-community
k
Hi, can anyone suggest a way how I can run_deployment after some tasks have run in a flow. In a way I need a form of wait_for but maybe I miss something
1
k
you can call run_deployment from inside a task, and use the tasks's wait_for
k
Oh, just a task as a wrapper. Got it
Thank you
🙌 1
m
@Kevin Grismore, but when i use run_deployment command in the parent - worker orchestrater, after the deploying the flows its showing deployment not found error every time. Finding it difficult to setup up parent-worker setup. I'm looking to extend the prefect pipeline for multiple clients and your inputs would be appreciated.