https://prefect.io logo
k

Kyle McEntush

08/25/2020, 6:26 PM
Is there a way to do a full-stop if a task fails? In my graph, the mapped
validate_unit
tasks all get
TriggerFailed
. My
invalid_unit_reducer
is set to trigger for any failures. Is there a way I can set it to trigger for any failures that aren't a trigger failure, but rather a hard-fail? In my setup, a trigger failure should be treated differently than a true failure.