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.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.
Tip Keep a consistent naming convention for duplicates (for example:Workflow name (copy)orWorkflow name - <purpose>), especially in shared enterprise workspaces.