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": "eiusmod sed ullamco sit anim",
"description": "tempor",
"app": "consectetur",
"variables": {
"error": ""
},
"groups": [
"256161e1efd240e8118569b5",
"5c7d7565f0e6f0742436ca0c"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"818c24b2946d0349d4098bcd",
"479a7f205263bee1d60c8004",
"f627d578c89fd233900d45f5"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "2017-03-22T19:54:31.083Z",
"created_by": "0536608dd57e5a189b55e9ad",
"last_updated": "2002-07-12T21:52:47.824Z",
"last_updated_by": "2f32f3ff95ac60126c75ce28",
"lastUpdatedVersion": "Duis Lorem tempor dolor in",
"tags": [],
"canvasVersion": 1
}