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": [
"053b47042ab70c62161850c3",
"ad9c9ba56c7d32ed629adf6a"
],
"nodeLocation": {
"x": 95350249.70647842,
"y": -75226341.81213279
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"f5f0c2ccaee4b7a3dd71e581",
"55b21c454523baa118c1b270"
],
"nodeLocation": {
"x": 48019305.44955167,
"y": -88300950.69144553
}
},
"error_handler": {
"name": "childJob",
"summary": "veniam commodo aliqua non labore",
"description": "anim et fugiat consequat",
"app": "qui officia pariatur",
"variables": {
"error": ""
},
"groups": [
"78439aa3c925904ab499911d",
"4696c8a59f28fccd84f43116",
"7413b353f48952646c302c94",
"50f3ad9f1a43c924a0f6fdcc",
"dfc9e24eb4c6a38cbbe715f5"
],
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"be03bd4523dc29155537731d"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "cupidatat cillum",
"accessControl": {
"read": [
"voluptate quis ex Duis",
"minim mollit magna reprehenderit",
"ut elit quis",
"proident esse",
"velit id"
],
"write": [
"aute laborum nulla amet ullamco",
"laboris",
"irure",
"Ut nostrud"
],
"execute": [
"id dolor",
"in enim ut",
"Duis enim magna",
"sunt Duis in non ipsum",
"Duis"
],
"manage": [
"Excepteur sed",
"mollit est"
]
}
},
"description": "sed",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1988-11-11T20:21:10.427Z",
"created_by": "cd489d9d7b562759f820800b",
"last_updated": "1977-12-10T20:35:38.177Z",
"last_updated_by": "e989767fdf3ed01e3ab95711",
"lastUpdatedVersion": "dolor Lorem exercitation",
"tags": [
"irure",
"Lorem eiusmod elit",
"exercitation",
"mollit elit",
"aliquip dolore ea"
],
"encodingVersion": 1
}