Skip to main content

Overview

Use workflow duplication to create a new workflow based on an existing one. This is useful when you want to iterate safely, create variants, or reuse a workflow across projects.

Duplicate a Workflow

To create a copy:
1

Open the Workflows page

From the global menu, open the Workflows page.
2

Find and duplicate the workflow

Locate the workflow you want to copy in the workflows list. Click the three dots (...) next to the workflow and select Duplicate.
A new workflow is created as a duplicate of the original.
Note Duplication creates a new workflow entry. Make sure you update the name and any environment-specific configuration before running it in production.

Move the Duplicated Workflow to a Workspace or Project

If you want the duplicated workflow to live under a specific Workspace or Project:
1

Open or locate the duplicated workflow

Open the duplicated workflow or locate it in the workflows list.
2

Move to destination

Use the Move to workspace or Move to project action to select the destination workspace or project.
After moving it, the workflow will appear under the selected project.
Tip Keep a consistent naming convention for duplicates (for example: Workflow name (copy) or Workflow name - <purpose>), especially in shared enterprise workspaces.