| Brian J Murrell I did some more digging, I was mistaken in saying that it was the #. It looks like parallel stages return out of order when they're in progress. I dug through the returned JSON data and found: The current run (593): The previous run (592): It looks like it gets into this function and then bails out because the Stages aren't in the same order. I haven't been able to dig any further to see why the stages are returning out of order yet. I could be going in completely the wrong direction. |