clone_flow
Fork a flow into a new tenant-owned copy to safely edit or customize without affecting shared framework flows.
Instructions
Fork a flow into a new, independent, tenant-owned copy — including a framework-provided one. Prefer this over editing a framework flow directly: it is visible and NOT actually protected from update_flow/ delete_flow (a backend gap, despite what its docstrings claim), so editing one in place risks changing something other tenants share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The flow's id. |