- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2017 10:39 AM
Okay so i have seen this question asked plenty of times. The export to xml in workflow versions does not output any activities for me. Its just an XML of the form. I am looking for the ability to actually export the workflow with all of its activities and especially the "run script" activities included.
Is this possible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2017 10:43 AM
Workflows are comprised of multiple records so when you publish a workflow a Customer Update (sys_update_xml) is posted to your current update set that contains the entire workflow with all the pieces and parts. That is what you need to use to move a workflow not exporting a version record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 06:30 AM
Glad you found it. After you upload an update set you have to go to Retrieved update sets and go through the process of previewing it and then committing it. There is a lot of documentation on this topic:
This is also covered in the administration training in case you haven't been to that yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2020 01:40 PM
https://devxxxx.service-now.com/nav_to.do?uri=export_workflow_version.do?sysparm_sys_id=9cb6d380db2b9c10bc33c443059619d5
Replace sysparm_sys_id with the Workflow version sys_id.