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": [
"cf75b3b1baa54d7f7d853127",
"aa2bf37c11f9a7b67fb1c764",
"8e311459c09f1f14aa64db2e",
"945beab1d1a4e505ff5d82e9"
],
"x": 92045248.98633558,
"y": -72040623.1561333
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"c670e59cfa22f40356059f16"
],
"gridCoordinate": {
"x": -37956520.91127875,
"y": -9398010.300010458
}
},
"error_handler": {
"name": "childJob",
"summary": "dolore nisi ipsum nostrud",
"description": "ipsum fugiat mollit",
"app": "est dolor sunt non veniam",
"variables": {
"error": ""
},
"groups": [
"c62d07a401cb96a26692a762",
"23704d15168910be74bdf0f8"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success",
"error",
"error"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"019775392b8c58bffd30436e",
"52ae6fb160cb6302c7cf1f76",
"d6acb81978e94118a214e94a",
"05f6849ffb35699e968731f6"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1961-12-01T11:03:07.844Z",
"created_by": "8f9f908d12ea5b7af30dfd13",
"last_updated": "2003-11-08T09:06:20.912Z",
"last_updated_by": "3eeab6f083ffb41dc87afa92",
"lastUpdatedVersion": "cupidatat pariatur ex",
"tags": [
"nulla Lorem enim ad"
],
"canvasVersion": 1,
"encodingVersion": 1
}