So, there is probably an easy answer to this, but I haven't found it...
I have a loop that checks the stderr output of the end task of the loop. If there is something in the stderr output, it loops. Otherwise, it exits the loop.
It looks to me like the value is checked before the task is run, and that value is from the prior execution of the job. If so, I need a way to clear that value upon job start.
Can someone please clue me in?