cancel
Showing results for 
Search instead for 
Did you mean: 

redeploy workflow with changes

viralparekh
Champ in-the-making
Champ in-the-making
Hi,

I updated the activiti review workflow process (review.bpmn.20) that is in alfresco-4.1.5/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow. I want to redeploy the changes without restarting alfresco. Based on the tutorials and forums, I go to the workflow console and execute the following commands:

delete all workflows imeanit
undeploy definition name activiti$activitiReview
deploy activiti alfresco/workflow/review.bpmn20.xml

However, it doesn't seem to take in my changes. I don't get any errors while deploying, but I believe its using the cached version of the workflow instead of reading in my changes. I verified this by intentionally removing the start flow from the workflow and it still doesn't spit out any errors. What am I doing wrong here?

Thanks for all your help

VP
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
You need to edit entry of workflow in workflow context file.There you will see "redploy" tag value of that should be true to allow changes in workflow.