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