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": [
"4cd5c9c2c69f5c620873b64f",
"fb67a0c2fbf4fcfacafd7cb4",
"dcf9d8a75c6ae41835cc427c",
"515d8f3248e9c0fc9e901cb6",
"83a60a1ab0b80b9d34a6acd1"
],
"nodeLocation": {
"x": -17576467.23168458,
"y": 27429601.67047359
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"7159e7bd393f86fcdef996db",
"11c973141ed482d103a91c17",
"ff3a8a10737aa1b1cb267724",
"ad81117967e12804f6541c0d"
],
"nodeLocation": {
"x": 62381050.79719648,
"y": -56028431.02626127
}
},
"error_handler": {
"name": "childJob",
"summary": "commodo",
"description": "elit fugiat",
"app": "cillum",
"variables": {
"error": ""
},
"groups": [
"489fa87c95be882c7df11ef9",
"5717f9745145d943f705ae7f",
"fe409bbd6393b54ae997a58a"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"error",
"error",
"failure",
"error"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"3e261bf02f964f07dcc3190b"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "laboris occaecat",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1977-03-26T18:51:11.932Z",
"created_by": "75b469ff80c1a2d3c2703079",
"last_updated": "1956-03-11T04:12:57.321Z",
"last_updated_by": "c0445db107e850a725b2af54",
"lastUpdatedVersion": "mollit laborum enim voluptate",
"tags": [
"eu culpa consequat laborum mollit",
"incididunt sint"
],
"canvasVersion": 2,
"encodingVersion": 1
}