- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 10:16 AM
I made some changes to a workflow , now noticed that the update set is empty! what should I do? shall I make a copy and make the changes again?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 10:21 AM
Hi Soni,
Changes to workflow are captured only when the Workflow is checked-out, changes are made & workflow is published again. If you missed capturing those you can do it again by adding some comments when workflow is checked out & then published. Else you can refer sys_update_xml table look for the updates made & then change the Update set name for those updates.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 10:21 AM
Hi Soni,
Changes to workflow are captured only when the Workflow is checked-out, changes are made & workflow is published again. If you missed capturing those you can do it again by adding some comments when workflow is checked out & then published. Else you can refer sys_update_xml table look for the updates made & then change the Update set name for those updates.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 10:22 AM
It only rights to the update set when you click Publish.
I would change state on update set to In Progress. Then make sure it's selected for capturing updates. Check out the workflow, then Publish it. Update should be in set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 10:22 AM
Some things to check:
- Is the workflow published?
- If yes, check the sys_update_xml table to find the workflow updates and see what update set it was put into.