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": -39412574.841436945,
"y": -24307636.641910464
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -20488403.282365203,
"y": -27024974.597596124
},
"error_handler": {
"name": "childJob",
"summary": "reprehenderit nisi anim",
"description": "Excepteur reprehenderit laborum ut",
"app": "consequat",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/~0/eWR/QHBdz/u-duew.9Gw"
},
{
"type": "encryption",
"pointer": "/~1/~0/~1/~0/DjhH2jjoZxT/~0"
},
{
"type": "encryption",
"pointer": "/~1/p0K/xjKd/~1"
},
{
"type": "encryption",
"pointer": "/~0"
},
{
"type": "encryption",
"pointer": "/ww85K/~1/dvgGzC/lyX/~1/OkEa/~1/g7K3ZZUil/~0/~1/MymG"
}
]
},
"groups": [
"dbd5122f21921d43fe3b1dad"
],
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"ae2caf67fcc0ec81c545115e",
"bbbe713228722045702872e6",
"749feb3ff4f5295f0db5a0d2"
],
"_id": "f472eae0-690b-e101-018f-bb47c6d83ede",
"description": "dolor exercitation",
"errorHandler": null,
"font_size": 12,
"created": "2017-12-12T03:32:26.627Z",
"created_by": "f0db1730f014085ceb609357",
"createdVersion": "est culpa exercitation",
"last_updated": "1996-07-11T11:48:02.559Z",
"last_updated_by": "f0abea840949f9275f0e02b1",
"lastUpdatedVersion": "nulla laboris reprehenderit ullamco",
"tags": [],
"canvasVersion": 2,
"decorators": [
{
"type": "encryption",
"pointer": "/XA/tNmwidA/~0/~0/TGPmwh8kl/~1/~0"
}
]
}
}
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": 11372150.677172542,
"y": -89590703.5896367
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 31766368.457530096,
"y": 10930642.425242841
},
"error_handler": {
"name": "childJob",
"summary": "aute non dolor reprehenderit cupidatat",
"description": "minim",
"app": "aliqua Excepteur veniam fugiat",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/mzUAqmA/~1/~1/rzaB/~0/~1/Kebm/zJRI5J/O1.-ca"
}
]
},
"groups": [
"80dec551ee9b27459ac3de57",
"9b0e2e8171246248fdbd1787",
"5472dc097bf146f278451bc9",
"963d4aece6b96c91ccfeaa7c",
"07a7e07836d6514144802368"
],
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"0d496f8d92c0fd30d0ea17c7",
"b58d2ef4a99865b32ce69e3e",
"ed64f65bf9c61fd2d3acd977"
],
"_id": "4d40a1d8-7326-9f0a-f067-d47417a08ef6",
"description": "dolore",
"errorHandler": null,
"font_size": 12,
"created": "1951-12-09T11:19:55.536Z",
"created_by": "86e75a096fbcb1041587d51d",
"createdVersion": "pariatur et",
"last_updated": "1989-01-19T20:03:47.338Z",
"last_updated_by": "6f814dedbce7f2b32a6b5490",
"lastUpdatedVersion": "minim est",
"tags": [],
"canvasVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/xU/OyIqYq8xXU/xNO/n/~1/rnGqRapCM/zwFs-+/a6ae3YqBF2S"
}
]
}