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": [
"ca38c92cc28f6a844fa3c3e9",
"ec0af5a6f2fca7abfda0a99e",
"11ace9c586e1e0880f4bca57",
"f1c12d8c3a28600c4d64e0e9",
"f012442285a5396540d82be8"
],
"gridCoordinate": {
"x": -97712543.87797815,
"y": -15856523.613531157
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"53677e545acc086c2957726c",
"e452a5da3409f36967ae9aae",
"0be536ece6a520f15bd16fe2",
"8d208e6edab65a6904b917ea",
"c8ecda45ccdf3dcb58887025"
],
"gridCoordinate": {
"x": 53580268.58015123,
"y": -75638882.05000699
}
},
"error_handler": {
"name": "childJob",
"summary": "incididunt adipisicing veniam",
"description": "exercitation sed voluptate minim Lorem",
"app": "veniam",
"variables": {
"error": ""
},
"groups": [
"182b8b6f4263ddcc05bf6078"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"826f15131c5e6a71c133b51f"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1966-02-07T05:08:11.515Z",
"created_by": "03ba4cf8b1e9618adfe4e95d",
"last_updated": "1974-07-21T06:54:44.65Z",
"last_updated_by": "3b600f67ee1a569935e65618",
"lastUpdatedVersion": "dolor ad elit",
"tags": [
"cupidatat Lorem"
],
"canvasVersion": 1,
"encodingVersion": 1
}