Summary
Get Details of a Workflow
Description
Get the details of a Workflow by Workflow name.
Route
GET /automation-studio/workflows/detailed/:name
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
name |
string |
yes |
Name of Workflow to get Workflow details. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
workflow_details |
object |
Workflow details matching the Workflow name. |
Copied to Clipboard
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [
"cb73a7cf5b1b920527cb09bf",
"bb0562e2bd21eba0675c3483",
"1848f1be1d758a21c0fa982d",
"a037e5bd2c934eeb7eb1f3f6"
],
"nodeLocation": {
"x": 37140785.36016464,
"y": 35821299.28108534
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"9f79fe7857955f9dd6187002",
"bafb66a04a67d5d7a3675953",
"386d394558b070f09b60ed92"
],
"nodeLocation": {
"x": -92362152.66230632,
"y": -98947176.43297563
}
},
"error_handler": {
"name": "childJob",
"summary": "in dolor in laboris",
"description": "elit consequat proident",
"app": "enim laboris ut in fugiat",
"variables": {
"error": ""
},
"groups": [
"49e3894d9e31d6ca2e6c7ae2",
"205347d64e3f16f159de99dd",
"aed6664f99620bb6af87fc15"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"error",
"success",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"cd5cfc56711b4711e9c2409f",
"f475f6def5f342a28d0037b0"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "dolore laboris sit",
"accessControl": {
"read": [
"sint ea tempor dolor aliquip",
"pariatur nisi ex incididunt culpa",
"in aute commodo ut",
"tempor aute id incididunt voluptate",
"sunt ipsum"
],
"write": [
"sed",
"tempor qui non ut occaecat"
],
"execute": [
"eu",
"culpa",
"anim deserunt veniam consectetur laborum"
],
"manage": [
"elit",
"sit"
]
}
},
"description": "velit",
"preAutomationTime": 5000,
"font_size": 12,
"created": "2016-12-07T18:00:22.421Z",
"created_by": "1875d14c84b20b2c589eb218",
"last_updated": "1972-03-10T01:24:03.319Z",
"last_updated_by": "0a84284fa6068ecd8ccd56cc",
"lastUpdatedVersion": "culpa",
"tags": [
"adipisicing aliquip occaecat sed consectetur",
"deserunt irure velit amet",
"tempor sit enim deserunt veniam",
"amet culpa Excepteur",
"Lorem ea non sed"
],
"encodingVersion": 1
}