Workflows
Copy a Workflow
Copy a workflow to a new name.
Forks the source workflow's current version into a brand-new workflow at versionNum: 1. The full node graph and edges are carried over, but the functions the copied nodes reference are shared, not duplicated — both workflows now point at the same functions.
Useful for forking a production workflow to test a topology change without disturbing the live caller.
post/v3/workflows/copy
Request body
Response
The request has succeeded.