You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/workflows.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,3 +392,14 @@ To stop running a workflow that is set to run on a repeating schedule:
392
392
Turning off the **Status** toggle also disables the workflow's **Run** button, which prevents that workflow from being run manually as well.
393
393
394
394
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
0 commit comments