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": [
"df81916eb7d5764845291060",
"868a65c1c88da3c2fdfd8e9a",
"a85e2dcc7405dd23ab4c8724",
"d2d4c2b8b662c4c934ff4e24"
],
"nodeLocation": {
"x": 33034989.950960994,
"y": 33509071.291121513
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"6485fef1c14cb85431a2b841",
"654c421af61de982e820b7d1",
"a454157071382ad6637e8978",
"6a6d358c4f099efd09194106"
],
"gridCoordinate": {
"x": 4804095.97352156,
"y": 61955788.6084058
}
},
"error_handler": {
"name": "childJob",
"summary": "anim nostrud",
"description": "Excepteur ipsum",
"app": "laborum reprehenderit Excepteur eiusmod consequat",
"variables": {
"error": ""
},
"groups": [
"4b66af40a52b2679de40f70c",
"e782e8bc04df60ba217bd4e2"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"4ca5c85fe6c81d820d33e1b9",
"150a41ba868c1108a4ca79e0",
"5c1bdc59cdfa43401da44bbc"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1983-11-25T08:57:14.384Z",
"created_by": "cc00665522d292da07d46800",
"last_updated": "1995-11-28T09:34:29.194Z",
"last_updated_by": "bf1b6727a858421b808e6595",
"lastUpdatedVersion": "laboris commodo anim enim ea",
"tags": [
"minim sunt ipsum nulla",
"in"
],
"canvasVersion": 2,
"encodingVersion": 1
}