How do I setup a set of mapped runs to not fail wh...
# ask-community
t
How do I setup a set of mapped runs to not fail when a single on fails?
k
Hey @Tim Enders, you can either use a state handler to turn them into success states or add an
always_run
trigger to downstream tasks.
t
if I go with always run, will that have to go on ALL downstream tasks, or just the next one?
k
Just the next one
t
awesome, thank you. I will look at those