Summary
Rename Workflow
Description
Rename a Workflow in the database
Route
POST /workflow_builder/workflows/rename
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
workflow |
object |
yes |
Workflow's data. |
newName |
string |
yes |
New name for workflow |
Copied to Clipboard
{
"workflow": {
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": -79037084.04664056,
"y": 65396098.38547832
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -23136200.82599348,
"y": -76097155.59805767
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"58e16305b9d67847e891c8ed"
],
"_id": "258d9278-5f86-26ad-99a9-ed00a5785bfa",
"description": "in",
"errorHandler": null,
"font_size": 12,
"created": "1952-02-10T01:19:10.019Z",
"created_by": "9ac77a76964dd838a827863b",
"createdVersion": "in",
"last_updated": "1978-10-10T02:27:48.241Z",
"last_updated_by": "18b76e5994ed210f461933aa",
"lastUpdatedVersion": "aliqua",
"tags": [],
"canvasVersion": 1
},
"newName": "New Workflow Name"
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
object |
The renamed Workflow with its data and ID. |
Copied to Clipboard
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": -52447550.60923323,
"y": 15053504.87511681
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 92572855.81436187,
"y": 29765450.30908917
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"afd566d88bc824fdde4aae16",
"fe7c98ce175678e5901ea503"
],
"_id": "137bebdf-4bab-732c-9ed7-81127543a75a",
"description": "veniam elit pariatur commodo qui",
"errorHandler": null,
"font_size": 12,
"created": "1950-06-28T17:42:08.844Z",
"created_by": "23eb7a7a5d06bbc59daf82d0",
"createdVersion": "nostrud mollit dolor",
"last_updated": "1994-07-24T20:27:57.141Z",
"last_updated_by": "edfb5a0eff8abbd059f51ed7",
"lastUpdatedVersion": "fugiat aute nulla ea quis",
"tags": [],
"canvasVersion": 2
}