Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

XML export of Flow record

dassan
Tera Contributor

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. 

Checked in sys_hub_flow, but not able export the flow from the sys_id. 
 
Please provide guidance on this. 
Note - Instance in Australia version
2 REPLIES 2

Ankita Bisht
Tera Guru

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

LaveezaBukhari
Kilo Explorer

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.