Skip to content

Importing and Exporting

Use import and export to back up flows, share them, or move them between environments.

Export a Flow

  1. Open the flow.
  2. Click the chevron next to Deploy.
  3. Click Export.
  4. Copy the JSON or download it as a .json file.

The export includes nodes, connections, positions, and node settings.

Import a Flow

  1. Click the chevron next to Deploy.
  2. Click Import.
  3. Paste flow JSON or upload a .json file.
  4. Click Import Flow.
  5. Choose what to do with the imported flow.

Import Options

OptionWhat it does
Create New FlowAdds the imported flow as a separate flow.
Override Current FlowReplaces the flow currently open in the editor.

WARNING

Override Current Flow replaces the current nodes and connections. Export the current flow first if you may need to restore it.

Good Uses

  • Back up a flow before a large edit.
  • Share a working example with another staff member.
  • Copy a flow pattern and modify it for another server feature.
  • Restore a previous version when a manual backup exists.

Oasis Admin Editor Documentation