I have a chain, that consists of about 20 steps. One of the final steps is a shell script, that sends report by e-mail. Is there a way to run this step always - no matter if some of the previous steps failed or not? Writing a rule for that step like step1 SUCCEEDED or step1 FAILED ... or stepn SUCCEEDED or stepn FAILED
doesn't seem like a good solution...
Thanks in advance!