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": -86699456.5326232,
"y": -11170738.60411036
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -62845610.13138346,
"y": -50211230.23201315
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"3d5502e072f314c46b55fa58"
],
"_id": "eaa117fb-83b4-3a32-410f-04aad42ae7fb",
"description": "reprehenderit nostrud consequat cillum",
"errorHandler": {
"type": "sed",
"name": "laboris"
},
"font_size": 12,
"created": "1959-12-30T17:35:40.268Z",
"created_by": "a100012f34d70aca6881c35d",
"createdVersion": "non exercitation consequat",
"last_updated": "1987-05-01T20:21:47.384Z",
"last_updated_by": "75fc41345cb80c992c55c27f",
"lastUpdatedVersion": "consectetur dolor minim ex ipsum",
"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": -79004797.99069795,
"y": -80118716.43179531
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 44795922.34161878,
"y": 73434181.34043026
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"4fbd075a9c9070c457b55a41",
"62c72caf07d4dc0a00b963ee",
"fb4144cae577b915a8139a17"
],
"_id": "4adefdcc-5ecf-b8fa-8c66-f1d7fb8bda0c",
"description": null,
"errorHandler": null,
"font_size": 12,
"created": "1971-09-23T07:51:11.661Z",
"created_by": "d76a3ecd6dfda963aca34843",
"createdVersion": "exercitation mollit cillum irure",
"last_updated": "1992-05-25T10:46:07.107Z",
"last_updated_by": "e58221fa01fc9681383f5854",
"lastUpdatedVersion": "labore sunt aute velit",
"tags": [],
"canvasVersion": 2
}