Exporting Libraries as Reusable Flows
6 min
many of the source rpa tools support the concept of a library "libraries" in uipath, or vbos in blue prism are examples, where the code can be reused in multiple automations after importing these to blueprint their contents become individual blueprint processes when exporting to pad if you'd like these to again become reusable across multiple automations (flows) then you would use the "export as library" or "export as vbo" feature this feature exports each process or action as a separate pad flow that can be referenced by any other flow tags each exported flow with the name of the library for easy filtering and organization in pad creates reuse rules for each exported flow so future migrations automatically reference them converts calls between exported flows into run flow calls ⓘ this feature is only available when enable rules is on in the export dropdown see exporting rpa from blueprint docid\ b1anm09c4wv55i1hz346o blue prism — export as vbo preserves the vbo concept after migration to pad each action within the vbo is exported as an individual pad flow, tagged with the vbo name so all actions remain grouped and discoverable in pad's filter view in the project explorer, select and activate the root process of the vbo — this is the process that shares the vbo name and is the parent of all vbo actions choose export > export as vbo click continue in the confirmation modal and select any additional export options when prompted blueprint creates an export job that generates a tagged pad flow for each vbo action and the associated reuse rules uipath & a360 — export as library any folder or process can be exported as a library each blueprint process within the selected folder or process is exported as a separate pad flow and tagged for grouping in the project explorer, select the desired uipath or a360 folder or process choose export > export as library click continue in the confirmation modal and select any additional export options when prompted blueprint creates an export job that generates a tagged pad flow for each process and the associated reuse rules tag values by platform uipath — the namespace value is used as the tag a360 — the folder name is used as the tag this video gives an example of the feature being used