Clone a draft task flow as a Test flow for copilot
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
sourceTaskFlowUuid
uuid
required
UUID of the draft task flow to clone as a Test flow
testSegmentUuid
uuid
required
UUID of the per-admin test-worker segment to attach to the new test flow. The segment MUST be filtered to customAttributes.testWorker = true.
``202 Cloned test task flow
Updated2 months ago
ShellNodeRubyPHPPython
``
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/servicetodo/processes/taskFlows/cloneForCopilot \
--header 'accept: application/json' \
--header 'content-type: application/json'
``
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``202
Updated2 months ago