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": -84920195.04825255,
"y": 81777760.38591093
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -82076047.48884699,
"y": -60396027.65671499
}
},
"transitions": {},
"groups": [
"e8db4d910480e9fec50b1e88"
],
"_id": "cabd3a85-967c-7860-38a2-7af4747743d5",
"description": "eu aute veniam",
"font_size": 12,
"created": "2001-08-15T12:46:25.489Z",
"created_by": "b85fb2c946490c7ceff97179",
"createdVersion": "reprehenderit Excepteur fugiat culpa aute",
"last_updated": "2013-06-09T16:07:07.071Z",
"last_updated_by": "2715c7ea8fad7d3463d38d04",
"lastUpdatedVersion": "reprehenderit id occaecat enim",
"tags": []
},
"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": -74040709.61270341,
"y": 25581818.93265447
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 69859355.00292313,
"y": 51015742.582962275
}
},
"transitions": {},
"groups": [
"f2ef3d32bb7abafde99acdce",
"3eac46ad20b04c7dfcd44a54",
"a93c2647feac1f9bd7497fc1",
"03a9807b52c920ae6c9444f2",
"9fcd915129e889c5e6f10657"
],
"_id": "f6b48287-4d36-96cd-abbe-4a55f9a9bfee",
"description": null,
"font_size": 12,
"created": "1971-04-20T15:10:32.411Z",
"created_by": "655f1682bf9d395bcd78bd88",
"createdVersion": "ut in deserunt laborum",
"last_updated": "1979-10-20T22:37:08.02Z",
"last_updated_by": "cfe535f574d4a2b9c73ab2e1",
"lastUpdatedVersion": "commodo dolore",
"tags": []
}