Hi team, re: automations, I want to run a deployme...
# prefect-cloud
k
Hi team, re: automations, I want to run a deployment when a flow run completes. However, I need to pass on the parameters of the completed run to the new deployment. Is there a way to do that?
c
Can you call run deployment in the flow with the results instead of after in an automation ?
k
Yes that is possible, but it tightly couples one flow to another in the code which kind of defeats one of the benefits of automation.