cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up advanced workflows

vincent_roye
Champ in-the-making
Champ in-the-making
Hi,

I have Alfresco 4.2 and I would like to create a new advanced workflow. I'm going through this tutorial <a href=http://ecmarchitect.com/images/articles/alfresco-workflow/advanced-workflow-article-2ed.pdf>here</a>

Here is what I have done :

- I have downloaded the activiti plugin for Eclipse
- I have created my graphical diagram
- I have put the bpnm file in : /Applications/alfresco-4.2.e/tomcat/webapps/share/WEB-INF/classes/org/springframework/extensions
- I have put the someco-workflow-context.xml in the same folder
- I have restarted.

I don't know if I did right and I don't know how to check if it's working. Could you give me some indications please ?

Thanks a lot,

Vincent
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
your bpnm  file and context should go to
/Applications/alfresco-4.2.e/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/extension
also make sure your context file points to that location of bpnm file.

Thanks for your answer. When my console log says : org.alfresco.service.cmr.workflow.WorkflowException: 11270116 Failed to deploy workflow definition.

how can I know what's the problem ?