- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 11:59 PM
How can we capture any workflow in an update set? Or is there any other way to move the workflow from sub-prod environment to prod environment?
Please let me know. Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 12:05 AM
You can create an updateSet, checkout the workflow, do changes, check back in.
The workflow changes should be captured in this updateSet.
Migrate this updateSet to prod.
Please mark correct or helpful if this helped resolve your issue
Mazhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 12:05 AM
You can create an updateSet, checkout the workflow, do changes, check back in.
The workflow changes should be captured in this updateSet.
Migrate this updateSet to prod.
Please mark correct or helpful if this helped resolve your issue
Mazhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 12:07 AM
Hi
Refer following steps and Doc
- User A selects Update Set A.
- User A creates a new workflow called Workflow A.
- User A publishes Workflow A.
A customer update set record is added to Update Set A containing an XML payload, including the published Workflow A and all activity dependencies. The XML payload also contains the workflow input variables associated with the workflow.
- User A completes Update Set A and migrates it to the production instance.
- Update Set A commits successfully.
Workflow A works as expected.
Please mark correct or helpful if this helped resolve your issue
Rameshwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 12:25 AM
Hi,
By default workflows get captured in an update set and this should happen OOB.
Is that not happening OOB?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 09:16 AM
I have a similar problem, I need to archive and move the update set from 1 image to another. The Update set has the modified Workflow in it but when I close the update set and export as XML, the resulting XML is pretty much empty.
I had done this before a clone down and upgrade and when I Imported the update set, none of my work was pulled in. I then looked at the XML and it only had about 20 lines of data.
So, I redid all of the work to the Workflow, published it, Checked that the work was in the update set, Closed the update set and exported it as XML. This new XML was also almost empty.
I'm using Chrome for my Browser.