Skip to content

Export or Import a Workflow#

6.0 One

Workflows in TheHive Flow exist at the organization level. You can transfer workflows between different TheHive instances or organizations by exporting and importing them.

Since TheHive Flow has no native versioning, exporting workflows and committing them to a Git repository is also the recommended strategy for maintaining a change history.

Export a workflow#

manageOrchestrator/writeWorkflows

Share a workflow with another organization or TheHive instance.

  1. Go to the Flow view from the sidebar menu.

    Flow view

  2. In the workflow list, select next to the workflow you want to export.

  3. Select Export.

Your workflow downloads as a YAML file.

Import a workflow#

manageOrchestrator/writeWorkflows

Use a workflow from another organization or TheHive instance.

  1. Go to the Flow view from the sidebar menu.

    Flow view

  2. Select Import workflow.

    Import workflow

  3. In the Import workflow drawer, drop a YAML file or select it from your computer. Use the file you obtained from exporting a workflow.

  4. Select Import.

Next steps