cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow console problem

jenniferh
Champ in-the-making
Champ in-the-making
I'm trying to run the Adhoc workflow using the workflow console in Alfresco 3.4.4. These are the commands I'm issuing (the same ones worked in 3.1.2):

deploy alfresco/workflow/adhoc_processdefinition.xml
var bpm:assignee myassignee
var bpmSmiley Tongueackage package 1
start bpm:assignee bpmSmiley Tongueackage

Now I get this error:

java.lang.ClassCastException: org.alfresco.service.cmr.repository.NodeRef cannot be cast to java.lang.String

What should I do to correct this? Thanks.
1 REPLY 1

michalwrobel
Champ on-the-rise
Champ on-the-rise
What for is bpmSmiley Tongueackage in your start call? Have you tried typing just 'start' or 'start bpm:assignee'?