diff --git a/ui/workflows.mdx b/ui/workflows.mdx index 043a3141..aed7ebed 100644 --- a/ui/workflows.mdx +++ b/ui/workflows.mdx @@ -392,3 +392,14 @@ To stop running a workflow that is set to run on a repeating schedule: Turning off the **Status** toggle also disables the workflow's **Run** button, which prevents that workflow from being run manually as well. 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. + +## Duplicate a workflow + +To duplicate (copy or clone) a workflow: + +1. On the sidebar, click **Workflows**. +2. In the list of workflows, click the ellipses (the three dots) in the row for the workflow that you want to duplicate. +3. Click **Duplicate**. + + 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 + workflow but with **(Copy)** at the end. \ No newline at end of file