Copying Workflows
Duplicate an existing workflow from the Workflows page and move the copy into a workspace or project.
On this page3
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:
From the global menu, open the Workflows page.
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:
Open the duplicated workflow or locate it in the workflows list.
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)orWorkflow name - <purpose>), especially in shared enterprise workspaces.