For avoiding the second WFO cycle, just don't set NumWFOCycles. Set DataSplit only. This would then train a single cycle only.
If you want still WFO training, but skip the last cycle, a possible way could be checking the WFOCycle variable in the INITRUN of the last-but-one training cylce, and adding 1 to it for skipping the final cycle.