I am doing the example from http://www.youtube.com/watch?v=4DkyEYdFcSY. When I click on Publisher Review, it says "Interactive Function "" was not found." The video does not show how Publisher Review should be set up. I expect it should be the same as Editor Review Article. So I set it up exactly the same, except with the Assignment to Publisher.

Ideas??

CommentFileSizeAuthor
#6 publisher review error.png128.75 KBjag339
#6 interactive task.png353.04 KBjag339

Comments

jag339’s picture

Title: 7.x-1.0 » Interactive Function "" was not found
blainelang’s picture

Component: User interface » Code
Assigned: Unassigned » blainelang
Status: Active » Fixed

The required interactive function is in the Content Publish module that is part of maestro - just need to install it.

There have been changes made to CVS today that include adding the needed dependency checks for the maestro included test workflows. The test workflow called "Test Content Type" is that exact workflow.

jag339’s picture

Thank you for checking, but the "Content Publish" part of Maestro was already installed & enabled. Do you think using the latest development version of Maestro will fix the problem?

jag339’s picture

"Content Publish" part of Maestro was already installed & enabled... how do I upgrade an existing module? When I tried to install maestro-7.x-1.x-dev.tar.gz it said "Maestro is already installed."
Thanks!

blainelang’s picture

You just need to replace the module code - no update required since there are no SQL changes. The DEV version for any project is created nightly and the changes we have made today in CVS will not show up until tomorrow unless you pull from CVS.

What is the complete error message you are seeing - may be best to attach a screen shot.

jag339’s picture

StatusFileSize
new353.04 KB
new128.75 KB

Signed in as Publisher, clicked the workflow link, got error (see screenshot).
Also attaching the "Publisher Review" "Interactive Function Task".
Hope this helps.

jag339’s picture

Status: Fixed » Active
_randy’s picture

No other feedback on this item since Feb. 3. Not sure if this is still an issue?

_randy’s picture

Status: Active » Postponed (maintainer needs more info)

Setting this to need more info.

kokaku’s picture

Version: 7.x-1.0 » 7.x-1.1

I am running into this as well in an Interactive Task. I don't know if this is related but I changed the Handler after the workflow was in progress (I'm not sure if the workflow was already at the stage of the task where the handler was changed that is causing the error). This blocks forward progress in the workflow. Restarting the workflow after those changes had been made, it seemed to work.

kokaku’s picture

Status: Postponed (maintainer needs more info) » Active

Reactivating this one so that it gets noticed (in case the comment alone does not trigger an alert)

_randy’s picture

Status: Active » Postponed (maintainer needs more info)

@kokaku - You will only get the missing interactive error message when the handler does not exist and the engine can't execute the code for it.

It is tough to diagnose what happened in your case -- If the workflow works just fine now after changing the handler, then likely it was due to the workflow trying to execute a non-existent handler from the original task definition.