How can I move to the next link in the chain of Chained Scheduled Tasks if one of the tasks fails?
So I have about 20 tasks that are chained. Let's say that task number 5 fails, I'd like to move on to task number 6. So I researched and found the event listener functions such as onTaskStart, onTaskEnd, onMisfire, onError. But I am wondering if there is some variable that ColdFusion has built in so that I'd know what the next task in the chain is for me to call the execute functionality to kick it off. Or is there a better way to handle this sort of scenario?
Thanks,
Justin
