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": "aliqua velit Duis tempor",
"description": "in anim adipisicing dolore",
"app": "adipisicing ullamco",
"variables": {
"error": ""
},
"groups": [
"9118203b0f929c63164ab4a6",
"4007c08284965e1ac17db166",
"043eec9829416b77b105bc25",
"f67054cf82df81f164686513",
"301b8890007de55c3c0b39e4"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"3c94ccd068d26c3fd9875495"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "officia elit Excepteur nulla sint",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1990-09-26T00:30:39.98Z",
"created_by": "2288c9cec7ce809f7d8d0f4a",
"last_updated": "2021-11-04T23:03:34.707Z",
"last_updated_by": "f214b665cefc8e6c94771052",
"lastUpdatedVersion": "labore cillum in ut",
"tags": [],
"canvasVersion": 1
}