How can I see what Update Set a workflow version is in?

ldeveney
Giga Contributor

Hi...

How can I see what Update Set a workflow version is in?

Thanks...

Linda

1 ACCEPTED SOLUTION

Nitesh Balusu
Giga Guru

A little weird way to do this.

Get the list of "wf_workflow" table by typing wf_workflow.list on the navigator and hitting enter.

search for your workflow, open the record and copy its sys_id.

Go to the list view of "sys_update_xml" table by typing sys_update_xml.list on the navigator and hitting enter.

In the name field paste the sys_id and search for it, make sure you give name contains the sys_id you pasted, you'll find what you need!

 

View solution in original post

3 REPLIES 3

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi ldeveney,

Update sets store workflows as a single Workflow [wf_workflow] record and only retain the latest version with the update type of Workflow.

Please read this document for more information:

Workflow movement with update sets

Hope this will be helpful for you.

Please, remember to mark Correct or Helpful if you find my response useful.

Cheers
Alberto

Nitesh Balusu
Giga Guru

A little weird way to do this.

Get the list of "wf_workflow" table by typing wf_workflow.list on the navigator and hitting enter.

search for your workflow, open the record and copy its sys_id.

Go to the list view of "sys_update_xml" table by typing sys_update_xml.list on the navigator and hitting enter.

In the name field paste the sys_id and search for it, make sure you give name contains the sys_id you pasted, you'll find what you need!

 

ldeveney
Giga Contributor

Thank you Nitesh.  That was helpful.