Compare between worflow versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019 04:17 AM
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!
- Labels:
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019 04:33 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019 04:41 AM
Hi,
Please find the below link, these might be helpful.
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 12:12 AM
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