Skip to content

Commit 5588df2

Browse files
authored
UI: Duplicate a workflow (#575)
1 parent bdeba63 commit 5588df2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ui/workflows.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,14 @@ To stop running a workflow that is set to run on a repeating schedule:
392392
Turning off the **Status** toggle also disables the workflow's **Run** button, which prevents that workflow from being run manually as well.
393393

394394
To resume running the workflow on its original repeating schedule, as well as enable the workflow to be run manually as needed, turn on the workflow's **Status** toggle.
395+
396+
## Duplicate a workflow
397+
398+
To duplicate (copy or clone) a workflow:
399+
400+
1. On the sidebar, click **Workflows**.
401+
2. In the list of workflows, click the ellipses (the three dots) in the row for the workflow that you want to duplicate.
402+
3. Click **Duplicate**.
403+
404+
A duplicate of the workflow is created with the same configuration as the original workflow. The duplicate workflow has the same display name as the original
405+
workflow but with **(Copy)** at the end.

0 commit comments

Comments
 (0)