Compare between worflow versions

Eli Guttman
Tera Guru

Hi,

 

Is there a way to compare between 2 workflow version and understand what are the changed?

Similar to what can be done with business rule for example?

thank you!

3 REPLIES 3

DirkRedeker
Mega Sage

Hi

 

According to the docs online, you can compare versions of different tables:

https://docs.servicenow.com/bundle/london-application-development/page/build/team-development/task/t_CompareToCurrentVersion.html

 

BUT:

There are several tables involved in the overall configuration of an workflow.

Therefore, I do not know a function to compare all parts of a workflow version in one screen.

I guess, there is no such tool right now. I would be happy to have this as well.

 

Sorry for bad news, but I hope it answers your question.

 

Mainly, all configuration changes are linked to the [wf_workflow_version] table.

Other tables link to this one. The basic information about workflows are stored in [wf_workflow].

So, you need to compare different table content to really know differences between workflow versions.

 

Another approach may be to trach the changes in Update Sets regarding Workflow tables.

 

Let me know if this helps.

 

BR

Dirk

 

Priya Shekar
Giga Guru

Hi,

Please find the below link, these might be helpful.

https://community.servicenow.com/community?id=community_question&sys_id=9ab947e5db5cdbc01dcaf3231f96...

If my reply has helped you,Kindly click the Helpful button.
If my reply is the answer you were looking for, Kindly click the Accepted Solution button.

Thanks,
Priya

DirkRedeker
Mega Sage

Hi

Can you tell me, if my answer was helpful for you.

Mark as correct or helpful, if this was applicable for you.

 

BR

Dirk