- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 08:16 AM
Hi...
How can I see what Update Set a workflow version is in?
Thanks...
Linda
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 08:35 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 08:18 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 08:35 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 12:00 PM
Thank you Nitesh. That was helpful.