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": [
"0957f4c52bc83ba881925d62",
"61bd6245cfe04df0f80c09ec",
"80acad0546fc5486b98e1e98"
],
"nodeLocation": {
"x": -22186189.074069247,
"y": 73697681.4962464
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"5cb43752c592146c9dbd74c3",
"ec17552625664a30fccb18d8",
"c36ea35be1d382c3fbe5ae69"
],
"nodeLocation": {
"x": -52936696.03929039,
"y": 29790397.052510813
}
},
"error_handler": {
"name": "childJob",
"summary": "magna nisi velit qui",
"description": "sunt",
"app": "exercitation sit",
"variables": {
"error": ""
},
"groups": [
"fae76c1d0ae921ae3c584c6f",
"2dd108af95ef0a9aa9edcc82"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"success",
"failure",
"success"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"7af4a42b1e9e461c480ae13d",
"5c6f652e186c00c72b5ef0f8"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "esse cupidatat sed",
"accessControl": {
"read": [
"eu",
"elit nostrud"
],
"write": [
"eiusmod",
"nisi cupidatat exercitation sed eu"
],
"execute": [
"amet cillum minim"
],
"manage": [
"irure ut",
"velit",
"eiusmod"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2004-06-09T23:39:30.498Z",
"created_by": "abc89ea8b4541cbb8b8beed3",
"last_updated": "1945-04-23T13:17:24.499Z",
"last_updated_by": "cd6e5d9647db71fec22e2e83",
"lastUpdatedVersion": "Ut",
"tags": [
"Ut",
"Duis",
"nisi mollit"
],
"encodingVersion": 1
}