Hi everyone,
I have a set of jobs that always execute the last task regardless of whether the previous ones failed or not (using the โALL doneโ execution dependency).
When moving to production and wanting to enable notifications, there is no option to notify on โSucceeded with failuresโ, only โSuccessโ or โFailureโ.
I have been checking and this is because it identifies it as โSuccessโ, but is there any way to distinguish it?
In the end, activating on failure and success if everything goes well overloads notifications and there is a risk of not checking it.
Thanks in advance!