Hey prefect team, Is there a parameter that allows a task to fail, yet still continue with the rest of the flow?
k
Kevin Kho
05/24/2021, 3:50 PM
Hi @Charles Leung, you can set the tasks immediately downstream to always run with Triggers. Or you can use a state handler to change that FAILED state to a SKIPPED state, which is treated as a success. This will keep downstream tasks running