Workflow Versioning

Anubhav24
Mega Sage
Mega Sage

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.

 

6 REPLIES 6

Bert_c1
Kilo Patron

hi,

 

when I open a record in the wf_workflow table, I see a related list of versions see screen shot:

 

Screenshot 2023-03-27 140644.png

 

You may want to look at using "Team Development" to help manage you development activities.

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

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.

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