Hi,
I am trying to do a retry component. My idea is to create a custom code that that should be place on the event handler - on error of every task. The code should be able to identify which task failed, then retry X number of times after Y time interval based on package variables. Do you think this is possible? How?