Nic
11/28/2022, 2:56 PMSerina
11/28/2022, 4:05 PMCan i somehow create tasks in azure devops whenever a flow fails?If you’re talking about Azure DevOps tasks, provided that you have an Azure DevOps pipeline with a task (calling it
prefect flow trigger
) that triggers a Prefect flow, inside that prefect flow trigger
task you could also wait for the flow run to completed. If the flow run ends with a status of failed, (conditionally) kick off the next Azure DevOps task in the pipeline that does whatever you’re trying to do. Does that help?
If not, you may find what you’re looking for in the prefect-azure collection. Otherwise, feel free to post your question in the #prefect-azure support channel as well for more visibility 🙂Nic
11/28/2022, 4:08 PMSerina
11/28/2022, 4:16 PM