I have a daily plan with 426 elements on it. Now I need to delete them in a way that ensures that none of them are run.
They "ought" to all be defined with a predecessor dependency on the "BATCHSTART" element. However, when I search for the successors of BATCHSTART the list only contains 410 elements. Conclusion: Of the 426 elements one is BATCHSTART, leaving 15 elements that are not defined as dependent on BATCHSTART.
So... short of manually comparing the lists, is there a way to find them?