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

johnv’s picture

Issue summary: View changes
Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.