Find the differences
Now that I've got text files, I can use command-line tools. I copied the dumped data from QA to Production and put it into the "/var/tmp/dumpqa" folder. Then, it is just a simple linux command to find the differences in ALL the workflow states in one shot:
$ diff dump dumpqa
Amazingly, with 130 sites, there were < 90 differences detected. It looks like I might manually reset the states and call it a day. (Or, if I do code something, maybe I'll come back and post it here.)
THE END.
