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": [
"2ba5ef28ee14d9e9de038a12",
"ef030b150e9af18ce404df95",
"3a5e804e97d8d091173d272c",
"b2bda2700d479cff43186718",
"5a361bf8c0e7159efadd7983"
],
"nodeLocation": {
"x": -21704994.23536101,
"y": -81991285.6877842
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"173eab396ffa9bd08bafcb3a"
],
"nodeLocation": {
"x": 88449231.37287828,
"y": 33526389.67482382
}
},
"error_handler": {
"name": "childJob",
"summary": "voluptate minim",
"description": "consequat non exercitation cupidatat dolor",
"app": "id occaecat",
"variables": {
"error": ""
},
"groups": [
"7000074523e636458c422ecf",
"97eb8c7d86eb6dad6f98597e",
"3e4a1903d89588fcaef58a6a"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"success",
"success",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"e5aacf486348117ef2fd5f3b"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "et cupidatat elit",
"accessControl": {
"read": [
"cupidatat nostrud",
"ut in cupidatat reprehenderit sint",
"aliquip in",
"exercitation",
"ex mollit ad deserunt sit"
],
"write": [
"sed cillum",
"eiusmod fugiat",
"adipisicing Ut"
],
"execute": [
"anim eiusmod",
"qui",
"officia in sed",
"Duis",
"est mollit do in"
],
"manage": [
"magna ex in dolor",
"sunt incididunt commodo tempor",
"adipisicing in occaecat Duis cupidatat"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2022-01-02T12:31:04.247Z",
"created_by": "33e4d0f01b9683904c8b95d5",
"last_updated": "1957-12-18T10:02:16.735Z",
"last_updated_by": "0f9ec7278f4daeb72065c5d8",
"lastUpdatedVersion": "culpa amet et",
"tags": [
"nulla adipisicing",
"occaecat pariatur Excepteur",
"nisi"
],
"encodingVersion": 1
}