Posted by testgrupalmc26 on November 3, 2010 at 9:12am
Hi, all
I am going to install workflow on my site, and I had done some testing on staging environment. During the test, I found that all the pages submit into the system before enabling workflow module are at the "creation" state, I cannot "move" them to "Done" state on UI. Is there any instruction about how to migrate the exist post?
Thank you.
-Magus
Comments
Use VBO
Create a view that selects all nodes that are in the creation state.
Then use views bulk operations and actions to assign the new workflow state to these nodes.
See: http://drupal.org/node/587946