cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow does not seem to start following official tutorial

theseus
Champ in-the-making
Champ in-the-making
Dear all,


I'm trying to follow the guide found in http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html (really great by the way :-)). I have created myself an Alfresco Maven SDK environment beforehand as my Alfresco server is another machine and I would like to test new workflows before messing it up (I followed the tutorial found at: http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html).

All seems to work fine until I try my "helloWorld" workfolw in the Workflow console. Here is the output:

use definition activiti$helloWorld:1:104

Result
definition: activiti$helloWorld:1:104 , name: Hello World , version: 1
workflow: None
path: None


From the tutorial, I should be able to see an output from the javascript that was added to the bpmn.
I coulnd't see anything and I changed the log4j.properties to this:

log4j.logger.org.alfresco.repo.jscript=debug
log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug


But I still don't see anything.

I'm new to all this but my guess is that the "
workflow: None
" is a killer 🙂

I don't have Alfresco installed on my development machine as it is written in the maven SDK tutorial: "You don't need to download anything else. Seriously. Not even Alfresco." 🙂

Does anyone have an idea?
2 REPLIES 2

argentumheart
Champ in-the-making
Champ in-the-making
Hm.. it's a pretty dumb question, but did you execute "start" in console after "use definition activiti$helloWorld:1:104"?

theseus
Champ in-the-making
Champ in-the-making
I feel so stupid!
That was just it, thank you so much!