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": -16381860.276717216,
"y": 91646296.23880866
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -56945188.2930367,
"y": -52995963.80528673
},
"error_handler": {
"name": "childJob",
"summary": "cillum",
"description": "reprehenderit",
"app": "in proident ipsum sed dolor",
"variables": {
"error": ""
},
"groups": [
"07de4bbae325fa63f018a1fb"
],
"type": "operation",
"deprecated": false,
"scheduled": true
}
},
"transitions": {},
"groups": [
"b9543d8153b4cd3852d97d50",
"560f52a001a7d7a207d3d592"
],
"_id": "8da52c1d-2442-f503-8233-63c91f5631c8",
"description": null,
"errorHandler": null,
"font_size": 12,
"created": "1954-11-13T01:37:13.365Z",
"created_by": "ce693ee979ba5c4da6aec17d",
"createdVersion": "Ut occaecat ad do",
"last_updated": "2001-02-25T00:22:05.001Z",
"last_updated_by": "a6bb5bb745ffb877e3f24ba5",
"lastUpdatedVersion": "commodo pariatur irure qui elit",
"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": -13599041.581018329,
"y": 85025527.15019095
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 73599312.10413086,
"y": -30038256.957744032
},
"error_handler": {
"name": "childJob",
"summary": "et",
"description": "dolor tempor",
"app": "irure occaecat aute",
"variables": {
"error": ""
},
"groups": [
"9e1b03deb28ad0c64ae150ea",
"55ceffb0c5e8d5687a11349c"
],
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"0c8c89404b52ef13ecc1b0c1",
"926f316ed9cb157d9e02e47b",
"a45e20f62a950106b350df1d",
"fadda8ebf529b61225434dad"
],
"_id": "729023bc-ef34-3551-17b5-80f9afb4fa7a",
"description": "laborum occaecat",
"errorHandler": {
"type": "elit fugiat ut minim",
"name": "pariatur"
},
"font_size": 12,
"created": "1952-01-07T01:53:06.244Z",
"created_by": "1c79dabe36e81f3b610445d6",
"createdVersion": "commodo quis",
"last_updated": "1951-09-15T12:57:55.778Z",
"last_updated_by": "5b59b110a2661a3bdd0f1471",
"lastUpdatedVersion": "dolore",
"tags": [],
"canvasVersion": 2
}