Hello Everyone! First of all, excuse me, I am not...
# ask-community
i
Hello Everyone! First of all, excuse me, I am not an expert in Prefect, so, the following question. What I have I have a
Flow A
.
Flow A
has two deployments -
Deployment 1
and
Deployment 2
. My question Is there a way to trigger
Deployment 2
after
Deployment 1
run reached any of
Completed
or
Failed
state? What I tried There is a template allowing me to create a trigger like When any flow run of flow Flow A enters Failed, Completed then do an action like Run a deployment Flow A -> Deployment 2. But I don't need any here. I need Flow A -> Deployment 1 instead of any. To summarize what I need. Trigger: When deployment run Flow A -> Deployment 1 enters Failed, Completed Do action: Run a deployment Flow A -> Deployment 2 Is my question applicable to the Prefect universe? If so, how to do this? Thanks