Import/Export
The Import/Export feature in FlowRunner™ makes it easy to back up and share your automation flows. By exporting a flow version, you create a file containing everything needed to replicate or migrate the version, including its automation logic, schedule (if any), and SLA goals (if any). This file can later be used to recreate the version within the same app or in another Backendless environment.
Exporting a Flow Version¶
Exporting a flow version is quick and simple:
- Locate the version you want to export in the Flow Manager.
-
Click the Export Flow icon next to the version.
FlowRunner™ will generate an export file that includes:
- The version’s automation flow and logic.
- Any associated schedule.
- Any defined SLA goals.
The file is then available for download and can be stored or shared as needed.
Importing a Flow Version¶
FlowRunner™ offers two ways to import a flow version from an export file:
Import into an Existing Flow¶
To add a version to an existing flow:
- Open the Flow Manager and locate the target flow.
- Click the Import Flow icon in the flow’s title bar.
-
Use the file browser to select the export file.
Once imported, the flow will include a new version that is an exact replica of the exported version.
Create a New Flow from an Export¶
To create a brand-new flow using an export file:
- Click the Create a New Flow button in the Flow Manager.
- In the Create a New Flow popup, click the Browse… button.
-
Select the export file from your local machine and confirm.
A new flow will be created, with its first version being an identical copy of the original exported version.
This feature is invaluable for migrating, replicating, or sharing flows while ensuring all associated settings and configurations are preserved.