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": [
"c706076590675f3313196f97"
],
"nodeLocation": {
"x": -28712390.995970473,
"y": 79628947.48511484
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"d2d4313144ddefcf7d739974",
"d8bd9844d816b1785d566fc9",
"deba07d07ff7202531e7e2d8"
],
"nodeLocation": {
"x": -86989465.15212813,
"y": 25894885.39159155
}
},
"error_handler": {
"name": "childJob",
"summary": "esse est nostrud ut",
"description": "Ut dolore eu anim",
"app": "exercitation qui",
"variables": {
"error": ""
},
"groups": [
"a7d730313f9314a750754420",
"54fc2bf80201eef454f15ea3",
"843b6465a64cd069347adbde",
"067008b7992b91b84720a9fd",
"5797c600c990340eacdd6cb5"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success",
"failure",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"cf5ffde849dfff17e90dbcc5",
"c7e5c314027936a587084ba0",
"1cf60c2b6e4ecc2c5609e7f7",
"dcefd8a2acb2e0b0aa0fb254"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "nostrud proident",
"accessControl": {
"read": [
"aliqua eiusmod"
],
"write": [
"anim Duis nulla mollit",
"ea irure",
"veniam"
],
"execute": [
"non minim laboris dolore cupidatat",
"magna tempor"
],
"manage": [
"nisi commodo",
"consequat consectetur",
"non elit Lorem proident",
"cupidatat",
"cupidatat dolor voluptate pariatur"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2011-08-26T23:31:27.327Z",
"created_by": "dbe8dceb960fd1e66cb52ffb",
"last_updated": "1987-12-11T07:41:14.778Z",
"last_updated_by": "dfe2a558ed38799294f07c5c",
"lastUpdatedVersion": "voluptate fugiat",
"tags": [
"magna laboris",
"dolore aliqua proident",
"ad exercitation consectetur proident"
],
"encodingVersion": 1
}