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": 2518085.8906992823,
"y": 79140424.1236619
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 71503009.72314528,
"y": -22259343.930514634
},
"error_handler": {
"name": "childJob",
"summary": "dolore",
"description": "magna consequat Lorem",
"app": "laboris ad fugiat",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1"
}
]
},
"groups": [
"1a9b571f3fd93140c189b165",
"1de7bd14ad26b9757807f923",
"887bd1c970211bb276a79a2d",
"3a2085e7e9b99214b1c7404d"
],
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"73ee46491811facd2c217670",
"649574e4d47f95e6f2af5e33",
"708906b5c3c6910e369724dd"
],
"_id": "bb889ced-6ec5-3754-91bb-5922bbeb86a6",
"description": "ullamco cillum labore",
"errorHandler": {
"type": "consequat cillum",
"name": "aute ut officia"
},
"font_size": 12,
"created": "2017-07-19T13:47:24.676Z",
"created_by": "d5e4729b0ef4d03425a7f58a",
"createdVersion": "mollit",
"last_updated": "1990-11-10T07:28:01.877Z",
"last_updated_by": "11e89b852bea7779a8195427",
"lastUpdatedVersion": "consectetur culpa",
"tags": [],
"canvasVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/~0/S9fWT.qL/~0"
},
{
"type": "encryption",
"pointer": "/fsVI-ZUH/Hi5j7oZH/w7Kx1mp2/~1/GsAbtE7"
},
{
"type": "encryption",
"pointer": "/~0/~1/~1/akhUcwC/J9SmLTT8/mlmP0Lzn7-/~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": 84513076.38465714,
"y": -99229158.74118505
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 30547567.189568385,
"y": 76668443.66545379
},
"error_handler": {
"name": "childJob",
"summary": "aliqua sit aliquip",
"description": "consequat exercitation",
"app": "sed",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/RhC/x5B1-s/N3AF/c5gnu+/eqsHS4G/~1/~1/~1/q/~1/~1"
},
{
"type": "encryption",
"pointer": "/~1/~0/y,/S46uGFP/J/fjNvD"
},
{
"type": "encryption",
"pointer": "/H0OgvlxBzf/~0/~0/cVr3ApNSio/~1/~1"
},
{
"type": "encryption",
"pointer": "/~1/MGQ/IWCa0G/yF3/~0/~1/p+0N"
},
{
"type": "encryption",
"pointer": "/mXe-PZ"
}
]
},
"groups": [
"c02c135736759c5083d32048",
"1b5fe1cf01804523083158ab",
"f8a3c61613894db633089fef",
"9eaf51e66252e715b9f8b88f",
"aa78837cdb409ecc174fc265"
],
"type": "operation",
"deprecated": true,
"scheduled": false
}
},
"transitions": {},
"groups": [
"631fa798d5d2cd0cb866cc6a",
"524ab6ab885f7ce87a789a6c",
"e402ee2a6a138f05f0b2eec2"
],
"_id": "7d73ca18-d3d3-b331-c2b6-44ff0b670283",
"description": null,
"errorHandler": null,
"font_size": 12,
"created": "2019-02-24T13:08:48.876Z",
"created_by": "6bc0dd55114feb9109cafe36",
"createdVersion": "Lorem dolore",
"last_updated": "1977-01-10T05:42:59.956Z",
"last_updated_by": "56bdf6fcb6ccbaf6e709d546",
"lastUpdatedVersion": "dolore eu",
"tags": [],
"canvasVersion": 2,
"decorators": [
{
"type": "encryption",
"pointer": "/T/LIqnNeGKLe/~1/~1"
}
]
}