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": 48292723.04496661,
"y": 7556143.984509811
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -58959624.14257978,
"y": 94632209.13575202
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"8f1ba491a511a70cff1bef90"
],
"_id": "ad426c7f-639f-67d4-b358-d7125cc5a719",
"description": null,
"errorHandler": {
"type": "voluptate",
"name": "occaecat"
},
"font_size": 12,
"created": "2017-04-05T07:40:14.885Z",
"created_by": "f284eaaf29a7b2289353c59b",
"createdVersion": "mollit aliqua ullamco Lorem",
"last_updated": "2001-03-11T09:23:10.789Z",
"last_updated_by": "15bb273cde236d4785455734",
"lastUpdatedVersion": "adipisicing et",
"tags": [],
"canvasVersion": 2
}
}
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": -70487858.94646645,
"y": 71188272.82957438
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 41032889.58154622,
"y": -95758743.64795132
},
"error_handler": {
"type": "operation",
"name": "childJob"
}
},
"transitions": {},
"groups": [
"9659b974f241064f6c524bbf",
"bb5dfc460a47f93261612615",
"48647d9e8445fec19a968afb"
],
"_id": "463f449c-f29c-03e2-598e-30b7369181f2",
"description": null,
"errorHandler": null,
"font_size": 12,
"created": "1942-03-09T17:37:18.426Z",
"created_by": "37690ce74e7bbdebf176b6da",
"createdVersion": "exercitation cillum est",
"last_updated": "1948-11-01T11:19:03.922Z",
"last_updated_by": "5f0f4ad3fcaefc37002e84ed",
"lastUpdatedVersion": "officia",
"tags": [],
"canvasVersion": 2
}