Clone a workflow into an editable copy
Clone a visible workflow into a fresh copy owned by the active org.
Works on system workflows and the org's own workflows alike. The copy carries over the four workflow flags and every step (including pass_criteria), and is always editable (is_system=False). The copy is auto-named <source name> (cloned) with a numeric suffix when needed to stay unique within the org. Use this as the "start from a system workflow" entry point on create.
Path parameters
Response
Successful Response
Example response
{
"steps": [
{
"name": "Overview shot",
"workflow_note": "Stand back and capture the whole subject in frame.",
"agent_id": "object-detection-v1"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.3
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○