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": -33437210.495384395,
"y": 84692327.1470033
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 13216024.633893222,
"y": -19847295.757349804
},
"error_handler": {
"name": "childJob",
"summary": "cillum ex sint anim sunt",
"description": "et Duis officia minim magna",
"app": "ad velit ut",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/zyAa/~1/gW/g3OfK7lYN/fDmmaxr14y/~1/~1/~1"
},
{
"type": "encryption",
"pointer": "/f0m-HK/m5CppmrHPIa/~0/~1/U0p5,UTR"
},
{
"type": "encryption",
"pointer": "/iKHv7"
}
]
},
"groups": [
"bc5ace364d19b0acfedf0e1c",
"c5dcf06d7032633d81eb07f0",
"4c5f428711afec8abbf1c1c6"
],
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"0e5092e48b40a057d6fc1819"
],
"_id": "0e48443a-36d8-03b4-8afb-1509b01461ef",
"description": "dolor Ut",
"errorHandler": null,
"font_size": 12,
"created": "1986-08-11T07:54:11.569Z",
"created_by": "ac0bcf9e1f4475a8aa775eec",
"createdVersion": "laboris",
"last_updated": "1961-12-15T02:44:04.021Z",
"last_updated_by": "d0074e421311d931fbad1045",
"lastUpdatedVersion": "laboris ut consequat in",
"tags": [],
"canvasVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~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": 99458906.16097137,
"y": 60065421.74619618
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 1531178.0872501433,
"y": -10619759.6598586
},
"error_handler": {
"name": "childJob",
"summary": "laboris mollit aliqua cupidatat",
"description": "in adipisicing",
"app": "culpa id Duis commodo",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/fJuBy4/~1/~1/~1/KCDNx/~0/frry4OD/oG/~1/~1"
}
]
},
"groups": [
"6ec26d8e097e7b06801a4fab"
],
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"28e36f5cb847c27a51da27ad",
"69743cfaafcc9ccfd288e476",
"33cedd5247e414e985080398",
"84606baf312aa6441ac0cfef"
],
"_id": "18b15843-15fa-0d3c-e9fa-a558124ff89f",
"description": null,
"errorHandler": {
"type": "esse nostrud consectetur aute",
"name": "enim"
},
"font_size": 12,
"created": "2025-08-08T16:36:13.204Z",
"created_by": "468d6105f5f68f255c39fa44",
"createdVersion": "incididunt ut",
"last_updated": "1950-09-01T00:41:17.996Z",
"last_updated_by": "0e1f045e76fd67e592d048d0",
"lastUpdatedVersion": "deserunt mollit ipsum veniam",
"tags": [],
"canvasVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/Vadlh-PtxbV/UP7s51/y0/0+/ZM-z-AJI"
},
{
"type": "encryption",
"pointer": "/ta/wvrHUO/~1/od7zwYn/~0/w8OfmOrwHK/pW8/XQ-7"
}
]
}