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": [
"651fc26a5907d648226c4191"
],
"nodeLocation": {
"x": 53873234.17552596,
"y": -31547022.14452736
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"b9c86b78952e5ba82f192463",
"3a17780fc8ba9db2f0b06c34",
"2992db53219b8de8cb6b01c3",
"8ee6413093e9a789c49f5e8c",
"ab1e3e33e0cf876fb4c47afc"
],
"nodeLocation": {
"x": 13192622.612227112,
"y": -15004234.601096526
}
},
"error_handler": {
"name": "childJob",
"summary": "officia",
"description": "elit consectetur id in qui",
"app": "consequat Ut esse fugiat",
"variables": {
"error": ""
},
"groups": [
"9b7862565ed169ce86b1ca3c",
"957cd68b9252734afa4d7cc3"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"401c26901b62e738e9a9fe48"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "culpa proident",
"accessControl": {
"read": [
"pariatur laborum id anim",
"nisi ex velit id Ut",
"aute nostrud quis"
],
"write": [
"velit laborum sit laboris",
"adipisicing",
"dolore",
"elit in cupidatat anim dolore",
"ex cupidatat id eiusmod"
],
"execute": [
"aliqua ea deserunt eu tempor",
"nisi est ex",
"dolore",
"esse id Duis labore aliquip",
"reprehenderit voluptate exercitation consectetur"
],
"manage": [
"sit do laboris cupidatat cillum",
"anim sed elit eiusmod",
"dolore",
"eu velit Excepteur est cupidatat"
]
}
},
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1958-01-22T06:23:42.328Z",
"created_by": "bf5631dedf0bc33f8e306139",
"last_updated": "2006-07-17T05:40:58.821Z",
"last_updated_by": "ed1e3e315199839c8eb6c925",
"lastUpdatedVersion": "deserunt in quis consectetur",
"tags": [
"et do aliquip ullamco ut"
],
"encodingVersion": 1
}