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",
"description": "id non ullamco anim",
"app": "aliqua aute in",
"variables": {
"error": ""
},
"groups": [
"3bb4922150d93aa592048345"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error",
"error",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"7693e79e3ad8bfb3aa396d17",
"76b7c05242476155fa8769d3",
"fe4a3b3870f20f84192bb7eb",
"83c8f4f875b50e4c9106184f"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "fugiat eu laboris",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1960-02-12T16:19:44.322Z",
"created_by": "e59e741c49d2f54fdca6b698",
"last_updated": "1946-02-03T02:28:01.834Z",
"last_updated_by": "7e100df4644118ade7671de2",
"lastUpdatedVersion": "dolore do",
"tags": [],
"canvasVersion": 1
}