
A Powerful Beast
Workflow is extremely powerful. Drupal's default 'workflow' is published and unpublished. You can control which users can view each 'state' of the node. Workflow extends this idea to allow an infinite number of states on a given node type. Workflow comes packaged with workflow_access which allows you to set permissions on who can view, edit, and delete a node in any given state. Granted, this access form is one of the most complicated forms to ever exist, but it is for good reason... it is powerful. With great power comes a lot of configuration time, but the results are well worth it.
The true power of workflow comes from the combination of actions for use as transition between node states. Actions, which are part of core, are small bits of code that do something, such as send an email to the node author. Any number of actions can be set to execute as a transition between any two states.
So, although workflow is relatively simple to configure and use, workflow_access and the use of transitions make any node workflow extremely powerful, yet complicated to configure.
Review by Ultimateboy [info] on November 21, 2008 - 07:40

Perfect for Newspapers
We are working on a major newspaper project and I wouldn't have been able to accomplish anything without this module. If you can make your way through the growing complexity and permissions, its an extremely powerful tool. Great work!
Review by erikfreelock [info] on August 15, 2008 - 00:33