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": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "tempor Duis laborum aliquip est",
"description": "cillum fugiat proident ut",
"app": "laborum",
"variables": {
"error": ""
},
"groups": [
"843ff3914f2352a72c3a7095"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"error",
"success",
"error",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"53cc9bb42b5e90c32400bc38"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "occaecat dolore Excepteur adipisicing tempor",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1999-02-24T11:57:11.32Z",
"created_by": "7adb0df02b7285a5dd3168ec",
"last_updated": "1985-02-01T09:22:03.731Z",
"last_updated_by": "2cd13b93b70993d87e99d9f2",
"lastUpdatedVersion": "Ut ex fugiat",
"tags": [],
"canvasVersion": 1
}