Right now I've created a few SharePoint Designer workflows in SharePoint 2007, I need to start them all up for each existing list item at (more or less) the same time. I'm not terribly worried about bandwidth as all of them will be waiting for a certain time to elapse on the list anyways (Pause until X Date and x is different for each item).
However is there a tool out there that can iterate through all the list items in a list and start workflows I specify? Or would I have to code this?