Just wanted to let you know that workflow_actions.module makes reference to a function that no longer exists - workflow_get_workflow_states.
I dunno if it was the right thing to do, but I added this line in workflow.module, and my error went away.
module_load_include('inc', 'workflow', 'workflow.deprecated');
Comments
Comment #1
johnvThe module was not up-to-date.
A revamped version is committed here.
If you created actions with a previous version, you must recreate them.
See the change record #2138505: Workflow Triggers must be recreated.