I have followed http://drupal.org/node/408052 to install revisioning-7.x-1.4, workflow-7.x-1.0 and workflow_extensions-7.x-1.0-beta3 using Drupal-7.19.
All works like I expect it except when I set the node trigger "After saving new content" to "Change workflow state of post to next state".
When workflow_extensions-7.x-1.0-beta3 is not installed, after the creation of a new content the workflow move automaticly to "In review" state. When workflow_extensions-7.x-1.0-beta3 is installed, after the creation of a new content the workflow remain in the state "(creation)" and the notice "Unable to get current workflow state of node x" is generated in log.
What can I do to solve this.
Comments
Comment #1
rdeboerNot sure what to do about solving it, but the error "Unable to get current workflow state of node ..." is coming from the workflow_vbo.module submodule in the Workflow package.
Do you have special characters in your workflow name? Maybe the fix for issue #1937462: Translated workflow names break Workflow + Workflow Extensions combo has improved things for you?
Rik
Comment #2
Ted51 commentedMy problem has been solved with workflow-7.x-1.1
Comment #3
rdeboerExcellent! Closing