Changes in workflow files are not getting reflected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 08:20 AM
Hi everyone,
I am working on workflows with SDK 3.0.1. When I try to make changes (e.g. adding simple log in task listener, etc) in workflow bpmn file and restart the server it is not getting reflected. But when I change the workflow process id and then after server restart changes are being reflected. How can I overcome this issue?
Thanks
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 08:20 PM
Hello,
Had you taking into acount that changes in a workflow definition will be applyed on new executions started after the deploiment?.
All flows already running will continue the executión with the old definition until its end.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 02:05 AM
Yes Roberto, After changing in a workflow file, I am restarting the server and cancelling all the running workflow and starting new workflow, but still changes are not being reflected. When I change workflow process id and do the same thing changes are being reflected.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 02:25 AM
does "change workflow process id" mean you are starting a new process instance or your are redeploying the workflow from the admin console. if later is the case then make sure your workflows are auto-deployed, check for <prop key="redeploy">true</prop>
in your workflow bootstrap properties.
Abbas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 03:39 AM
