cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy custom workflow developed in jbpm into alfresco

padmanabha
Champ in-the-making
Champ in-the-making
I am using alfresco 3.0 .. I followed the link below to install jbpm and start creating jbpm workflow ..

http://wiki.alfresco.com/wiki/WorkflowAdministration

In the link It says there are 2 ways of deploying .. first one through designer deploy tab and the other is manually..

I could make it work trough deploy tab.

can anyone tell how can deploy manually .. as the info in the link is insufficient..

I want to know how does it work.. like where i need to place the deployer bean .. ect

Thanks
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
To deploy manually, make sure the process definition is somewhere on your classpath. For example, I use $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension/workflows. Then, go to the workflow console and type "deploy /alfresco/extension/workflows/someProcessDef.xml". Note that for those of you using Alfresco 4 the syntax changes a little bit. You have to include the name of the engine you are deploying to (jbpm or activiti).

You can also configure a Spring context file to deploy your workflows for you. If you want to see how to do that, check out my advanced workflows tutorial (1st edition for jBPM and Explorer, 2nd edition for Activiti and Share).

Jeff