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": [
"b73f50eb23cef19035584ef6",
"09826ce2f2847468d21d924d",
"008733fc029bce3fa720c8a5"
],
"gridCoordinate": {
"x": 24823846.731948376,
"y": -67431080.92091821
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"6825ea473d63785e6b6a613b",
"ff6df93eff752041726bd74d",
"c29c1ed4abae007e08e25790",
"8344977d43f3c5d6bdec610d"
],
"gridCoordinate": {
"x": -20470411.78163314,
"y": -5558906.697537228
}
},
"error_handler": {
"name": "childJob",
"summary": "qui dolore",
"description": "laboris nostrud commodo ex dolore",
"app": "laboris proident voluptate fugiat",
"variables": {
"error": ""
},
"groups": [
"8a9ce10fc8790fd790fd1261"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success",
"success",
"error",
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"3eb9763e86c86b9d1aba0d39",
"df46e79d4e04906be0a5cdf6",
"5f3eca6a19441e89dea4d8bf",
"c55f86047b365fc8dd419de0"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1977-04-24T04:05:03.276Z",
"created_by": "a23a8431bca2b16ffcb158a4",
"last_updated": "1992-08-09T17:23:01.775Z",
"last_updated_by": "dd468f90f19027a526b6074d",
"lastUpdatedVersion": "reprehenderit occaecat irure magna",
"tags": [
"reprehenderit esse qui officia",
"ea ad officia dolore"
],
"canvasVersion": 1,
"encodingVersion": 1
}