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": [
"cee0c7855bf3331f91e4e40f"
],
"x": 11131298.457704604,
"y": 35746952.081636965
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"b9c6f283d98cadf444e38542",
"18a5814c2d5258dc172cd99c",
"47a40f70dab487847c72d11d",
"1c08f71f352ac4e5aebcaa9e",
"24348eebecbfb030718b05d1"
],
"x": 65073373.567172915,
"y": -35258684.22889426
},
"error_handler": {
"name": "childJob",
"summary": "ullamco",
"description": "qui Duis sit",
"app": "laborum non magna quis",
"variables": {
"error": ""
},
"groups": [
"b92d16d2667b30841888b4ad",
"c8f7dd2f85a584f836391c73",
"5636287a8389524608c57901"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"success",
"failure",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"4dcc5bcc7cd115302b6dd747",
"92dec007e37ece3f028a6ba4"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1966-07-05T13:52:53.267Z",
"created_by": "372348767bf42530015cfc0a",
"last_updated": "1995-12-09T10:10:02.0Z",
"last_updated_by": "c8483446be049bbfca4a6d55",
"lastUpdatedVersion": "cupidatat ullamco consectetur ut",
"tags": [
"dolor",
"exercitation est reprehenderit"
],
"canvasVersion": 1,
"encodingVersion": 1
}