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": -29680402.58825177,
"y": 38016803.552101254
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -4259317.706714109,
"y": 6389242.263859257
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"e22c27d47fcf0687b4b05394",
"355e67605cdc045d28d4469c",
"61f9c2d32da10c684afad433",
"446104b1d8554cb8d9a4f231",
"682344ea612f6889b66d26fd"
],
"_id": "6a9323b9-355b-8f9c-c54a-b6f1a308d59d",
"description": "elit culpa",
"errorHandler": null,
"font_size": 12,
"created": "2004-08-25T03:40:09.543Z",
"created_by": "7ac9d1607e1aeed209c205d4",
"createdVersion": "magna",
"last_updated": "1989-09-06T12:33:41.191Z",
"last_updated_by": "55316c26de9c58b480879dc6",
"lastUpdatedVersion": "ea tempor labore nisi proident",
"tags": [],
"canvasVersion": 2
},
"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": -223523.217229411,
"y": -5382148.120886758
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 43213738.87915355,
"y": -79964682.68331039
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"2975566801884abef8c58178",
"6f49676613cb64b681b4a424",
"10714886451e92881189a757",
"9b2444fb55bd023884e76e20",
"80763371453ed5fb3a4901c1"
],
"_id": "d877490e-41a7-b5a9-ef2b-5ba1665a2ca2",
"description": "anim cillum",
"errorHandler": {
"type": "elit",
"name": "id labore"
},
"font_size": 12,
"created": "1951-07-16T12:37:25.744Z",
"created_by": "28cc3d8b86fec1a273aac76e",
"createdVersion": "dolore irure",
"last_updated": "1943-11-26T08:41:13.371Z",
"last_updated_by": "b33f6a4f4a56215d804bd7a5",
"lastUpdatedVersion": "ea elit eiusmod velit dolore",
"tags": [],
"canvasVersion": 1
}