Summary
Add Workflow
Description
Add a Workflow to the database
Route
POST /workflow_builder/workflows/save
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
workflow |
object |
yes |
Workflow's data. |
Copied to Clipboard
{
"workflow": {
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": 57206786.710083246,
"y": -25909213.06275855
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 76863208.85972852,
"y": 24603125.626699194
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"fb0f7e6ef8d0b65d67440887",
"8e12a6a1fadf3d150cd2cab3",
"0d0ccb65ae50d2aae4797508",
"0053f9f28069a3049fa77012"
],
"_id": "04530c3d-83a4-85f0-18e0-296d878944bd",
"description": null,
"errorHandler": {
"type": "labore commodo",
"name": "veniam in"
},
"font_size": 12,
"created": "1995-07-05T02:08:30.878Z",
"created_by": "c67e21f3b8c2ce86c2601c22",
"createdVersion": "qui dolore id ex Lorem",
"last_updated": "1949-12-30T19:57:59.869Z",
"last_updated_by": "f95e527ab5e72aad6772c1b5",
"lastUpdatedVersion": "elit tempor dolore eiusmod in",
"tags": [],
"canvasVersion": 1
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"workflow": {
"$ref": "workflowDocument"
}
},
"required": [
"workflow"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
object |
The new 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": -35439335.66091653,
"y": -64917060.099785574
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 59065053.133976966,
"y": -64680395.47437603
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"aecf309b92f0cf6b453721c5",
"5f946709873a25b4eb328b5a"
],
"_id": "b2fb3fe0-aa06-9468-f22d-d60c452e0c04",
"description": null,
"errorHandler": {
"type": "ex id laboris ut",
"name": "sed consectetur laborum irure amet"
},
"font_size": 12,
"created": "1954-01-08T16:02:44.636Z",
"created_by": "618c0f3eb960916dd27b8a45",
"createdVersion": "in quis exercitation",
"last_updated": "1944-11-15T11:17:07.977Z",
"last_updated_by": "e2643ef35c58d8424a0fa8dd",
"lastUpdatedVersion": "ea magna in proident",
"tags": [],
"canvasVersion": 1
}