duplicate_flow
Duplicate an existing flow. Creates a deep copy with fresh state (no results). Use this to copy a flow and then modify it with update_flow, instead of recreating from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the new copy. Defaults to 'Copy of <original name>'. | |
| flow_id | Yes | The unique identifier of the flow to duplicate. |