Workflow not publishing. It stops and ask for a reassign on the maestro_publishNode step. Do I need to add a variable to that step in Maestro?

Thanks.

CommentFileSizeAuthor
#1 workflow.txt16.97 KBspellbinder
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

spellbinder’s picture

FileSize
16.97 KB
_randy’s picture

Your workflow is not a complicated one.

The workflow asks for a reassign? Publishing a node in a workflow step sets the status flag of a node to published....

In order to do that, you need to have a process variable that is named 'content_type' that holds the name of the content, and also the maestro_project_content table needs to have a reference to the node ID itself linked to the process ID.

If using the maestro_publishNode is an issue, you could always pass around the node ID in a process variable and use that node ID in a batch function you write to publish the node yourself.

spellbinder’s picture

Thanks it worked once I moved the variables to the template level. No for some reason my completed workflows still show up after publish. Am I missing a step.

spellbinder’s picture

Status: Active » Fixed

This isssue is fixed. I will put in a different request workflows not ending

Status: Fixed » Closed (fixed)

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