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": "ipsum magna mollit non culpa",
"description": "sed",
"app": "nulla aliquip aute",
"variables": {
"error": ""
},
"groups": [
"bc95cd792946a68eee2e4667",
"29866b2230ba9f6ec6d375c8"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error",
"error",
"failure"
],
"autoRetry": true,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"048ef93cd60c147e1548f750",
"3eed46f84f37b48457ca23f7",
"d4c2a0e8430325aa5608e570"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "velit",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1975-06-12T17:31:05.836Z",
"created_by": "e06017a9b8ea2abf97886133",
"last_updated": "1962-11-19T13:38:59.071Z",
"last_updated_by": "6a93d0400c48c54c6a3469cc",
"lastUpdatedVersion": "irure",
"tags": [],
"canvasVersion": 1
}