redeploy workflow with changes

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2014 12:00 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2014 02:45 PM
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.
