| Hmm. I see NotExecutedNodeAction on both the parent of the parallel stages and the parallel stages themselves, which is right, and they have the SKIPPED_FOR_RESTART value for the STAGE_STATUS tag. Oh, wait, I think I get it. Honestly, I'm not sure how any of the stages are showing up as NOT_BUILT. It looks like that only gets set for a stage that's skipped for a conditional, or one where its last FlowNode has the NotExecutedNodeAction on it. I was putting NotExecutedNodeAction on the start node, not the end node. Durrr. Working up a fix, but it'll need review next week. |