clone_workflow
Create an inactive copy of any workflow with all nodes, connections, settings, and credential references—safe for testing in production environments.
Instructions
Duplicate a workflow: fetches the source and creates an inactive copy (same nodes, connections, settings and credential references) under a new name. Useful for safe experimentation on production workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Source workflow ID | |
| newName | No | Name for the copy (default: '<source name> (copy)') |