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": [
"1fa7eea025247648dfbcb95f",
"61c281dbf314383d2453731f",
"4c20322cf7baa39fef1f73d7",
"5dd939102a79ecd500495cb4",
"929eaaddc5234d1abbedf19a"
],
"nodeLocation": {
"x": 91624265.44148773,
"y": 86161322.21708485
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"676e7dba31624702cbbd6a11",
"254bcf8799301faf20539cd2",
"043ad98f915eb55975e666b8",
"b6d6fbeab18f7f19d881452a"
],
"nodeLocation": {
"x": -69976167.20806907,
"y": 17245812.697829172
}
},
"error_handler": {
"name": "childJob",
"summary": "pariatur exercitation",
"description": "non mollit voluptate ut sint",
"app": "aliquip commodo proident sunt ea",
"variables": {
"error": ""
},
"groups": [
"0d275ca31d4f576996ec076e",
"35b296414f220ba364499962",
"c060845dea70babb57015e5e",
"822b349fda509d9964fc4e80",
"e144f6718a0aff07cb3de476"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"b04cbcf1c78d000d4d53be13",
"8de94b30a9b15935a8b7105d",
"c0d1ec361622edb65192daa8",
"7240a0490a916032d1726b70"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "occaecat",
"accessControl": {
"read": [
"non cupidatat Duis ad ex",
"ex minim eu commodo",
"ipsum dolore ullamco fugiat velit"
],
"write": [
"incididunt quis ut fugiat cupidatat"
],
"execute": [
"aute",
"nostrud dolore",
"dolore est",
"sint"
],
"manage": [
"sint qui consectetur deserunt dolore",
"sed velit eu",
"esse veniam consequat cupidatat voluptate",
"cillum"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1957-05-13T14:29:55.385Z",
"created_by": "40fa614cca13fe283b6a9de9",
"last_updated": "1983-05-18T22:42:22.421Z",
"last_updated_by": "deb20297ab1f1baa53a12270",
"lastUpdatedVersion": "in exercitation velit irure magna",
"tags": [
"mollit cillum quis",
"veniam"
],
"encodingVersion": 1
}