Export Workflow with activites?

adevezin
Giga Contributor

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?

1 ACCEPTED SOLUTION

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

6 REPLIES 6

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:


Preview a remote Update Set



This is also covered in the administration training in case you haven't been to that yet.


vishnupuli
Tera Expert

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.

find_real_file.png