XML export of Flow record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I would like to export the XML of a flow, created in flow designer.
Do not have the update set information which was used to configure/store the flow and moved in Production.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
55m ago
Hi @dassan You can check the sys_update_version.List table and provide the sys id of your flow in name field. You will get the information about the update set in which it got captured. And to do an export we have to check in sys_hub_flow table. Make sure you are filtering it with right sys_id.
Thanks
Ankita Bisht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
37m ago
No, you can't do this by using the sys_hub_flow record's XML.That table's only purpose is to store the name of the Flow, so your exported Flow would be empty.To export the full Flow without the original Update Set, you'll need to do this:
1. Create a new local update set, and make sure to activate it as your current update set.
2. Open the Flow in Designer, make a minor change (maybe just edit the description), and save it.
By doing this, you force the system to include everything else (triggers, actions, variables, etc.) in your new update set.
3. Navigate to your update set, mark it as Complete, and click the Export to XML related link.