-
-
Notifications
You must be signed in to change notification settings - Fork 305
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently, email templates can be duplicated using the duplicate icon in the templates list, but workflows do not have this functionality. This makes it difficult to create similar workflows with different triggers.
Current Behavior
- Email templates have a duplicate button (copy icon) in the templates list
- Workflows do not have a duplicate option
- To create a similar workflow, users must rebuild it from scratch
Expected Behavior
Workflows should have a duplicate button similar to email templates, allowing users to:
- Duplicate an existing workflow with all its steps and connections
- Modify only the trigger or specific steps in the duplicated workflow
- Save time when creating similar automation flows
Use Case
When creating multiple workflows with similar logic but different triggers (e.g., different event types like demo_request, newsletter_signup, etc.), being able to duplicate and only change the trigger would significantly improve productivity.
Impact
- Forces users to manually recreate entire workflows from scratch
- Time-consuming when building similar automation flows
- Cannot easily change the trigger in an existing workflow (not currently possible in the workflow builder)
- Poor user experience compared to the template duplication feature
Proposed Solution
Add a duplicate icon/button in the workflows list (similar to templates) that:
- Creates a copy of the workflow with all steps and connections
- Assigns a default name like "Copy of [Original Workflow Name]"
- Sets the duplicated workflow to "Inactive" by default to prevent accidental triggers
- Allows users to edit the trigger and other settings before activating
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request