We have a need to have multiple options in the flow control for the "On error" page of each of the individual tasks.
For example, if there is an erro, it would be nice to wait using the "Wait" option and then after the wait period is up, to then go to a different task or go to the next task in order. With the way it is implemented, there is no option other than to wait and retry the task N times, or to stop the job, or to go to another task or to go to another Job....
Because of this missing feature, it makes coding for loops difficult as we can not retry N times and then after the N times go to another task. That is critical in the time we are implementing a loop if something errors out.
Thanks
Robert Lewicki