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": [
"55a649156931f18b2be62359"
],
"x": 35558410.13286215,
"y": -86053514.62735733
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"91df117a594cc968704b70b7",
"23f7255ec83937031e2fa282",
"bf4e2f4f2e678c835b1fb044",
"2fc1944d9634b9792804be3f"
],
"x": 64893794.43491164,
"y": -60809700.217010446
},
"error_handler": {
"name": "childJob",
"summary": "enim sit minim",
"description": "ut nulla",
"app": "cupidatat",
"variables": {
"error": ""
},
"groups": [
"645da8d61cfdcf3d8d8d8f56"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"c566fd4a93ffe6456e644adc",
"ed1e91b3db858f1b953bd8be",
"2e005ef4a470d2bbf217d4e9",
"3364e0f98cadc835336fd08b"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "in",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1951-02-23T03:33:13.517Z",
"created_by": "4bf3812ea14fd67604b8f927",
"last_updated": "2000-12-15T23:00:53.276Z",
"last_updated_by": "595ab6d804bffe007ad6b563",
"lastUpdatedVersion": "amet",
"tags": [
"nisi sit",
"ut non",
"ut",
"anim"
],
"canvasVersion": 1,
"encodingVersion": 1
}