Workflow Versioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 10:35 AM
Hi All,
I have a scenario where I am working on a workflow and I publish it and then some one else comes up and does changes on top of my workflow and publishes it , but now the second person wants to deploy only his changes in upper environments, how can this be achieved because if he deploys the latest version in the upper environments my changes will also go along with his. But he wants to deploy only his changes.
Do we have some versioning for workflows ?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 11:07 AM - edited 03-27-2023 11:09 AM
hi,
when I open a record in the wf_workflow table, I see a related list of versions see screen shot:
You may want to look at using "Team Development" to help manage you development activities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 10:57 PM
Yes we can see the previous versions but we can not edit and there is no option to checkout the workflow as it is mentioned that it is the previous version of the workflow.
I think there should be some provisioning for workflows to be managed like this.
On top of it while deploying if there are some changes to compare in workflow it is hard to compare unlike other scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 07:10 AM
Hi Anubhav,
I can open the various versions from the related list. I log in as admin. Hopefully those with more workflow experience will post here. You might check the ACLs defined on the wf_workflow_version table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 11:38 PM
Hi Bert,
Are you able to checkout those workflows of previous versions as well ? If yes then I think that's the solution but if we are unable to checkout an publish it then again we are stuck.
I am also hoping some one with more deep knowledge provide their insights on this