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:
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 or locate the duplicated workflow
Open the duplicated workflow or locate it in the workflows list.
Tip Keep a consistent naming convention for duplicates (for example:Workflow name (copy)orWorkflow name - <purpose>), especially in shared enterprise workspaces.