Hi everyone! Is there any way not to fail the enti...
# ask-community
m
Hi everyone! Is there any way not to fail the entire mapped task if one of the results is Fail?
k
Hey @Max Kureykin, do you mean you want downstream tasks to continue?
m
Yea, so I got e.g. 3 runs under fun.map() 1. success 2. fail 3. skipped, because of 2'nd fail I want task to be continued after fail
k
So for task 3, you want a trigger set to
always_run
so that it will still run even if 2 fails.
m
Wonderful! Thank you)