Posted by okmi on October 16, 2008 at 8:33pm
I am relatively new to the Workflows module, so I thought I would post my question here.
We have a list of about 200 page nodes that need editing. The content is there, but we need to set up a workflow to mark these nodes as "needs edits".
I have no problem setting up a simple workflow in Drupal 6, but how do I bulk update my nodes to be in a specific state? Is this even possible?
Comments
use VBO to change multiple at once...
I've had luck changing the workflow stage of multiple nodes at the same time with the Views Bulk Operations module (http://drupal.org/project/views_bulk_operations). Install the module, setup the view and add the action to move a node to a different stage (or to the next stage depending on your needs).
n-
.... or Workflow Post-Install
Views Bulk Operations sounds like a good solution, but may require some configuration.
Alternatively, for a quick and dirty you could try: Workflow post-install.