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": [
"998267fe29b6c07583cd32fa",
"64b5dd2a54b92c18015b5919",
"2b8c5066a23d33d3783ac8b5",
"c2a42f8a84dd4e0031278b52"
],
"x": 78960013.3284075,
"y": 22197128.65107608
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"50ffb5d41076d6d1bfa7a38e"
],
"gridCoordinate": {
"x": -11648034.811526477,
"y": -54548252.41332948
}
},
"error_handler": {
"name": "childJob",
"summary": "adipisicing",
"description": "ut fugiat sint aliquip enim",
"app": "pariatur sit veniam et",
"variables": {
"error": ""
},
"groups": [
"e9d23ee32f5a82e4fd1e7de4"
],
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error",
"error",
"success",
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"6e662a3a4ba36c11fbebd66a",
"0b248e2064eabd332b01e11a"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1951-11-23T04:23:55.628Z",
"created_by": "29cd73c4fcfbbcf73d1723d2",
"last_updated": "2014-06-14T22:44:03.809Z",
"last_updated_by": "c3770917b26e62a3cadb98d0",
"lastUpdatedVersion": "dolor ex veniam",
"tags": [
"minim",
"eu",
"Lorem nostrud"
],
"canvasVersion": 1,
"encodingVersion": 1
}