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": [
"52ba5d55a4c7f926517cd567",
"4b842b8ba73beef991b84974",
"69ad82aeb9327069119e9432",
"009ffc0878658a70a70bd225",
"1fbfea7a85227e1d2b55ad05"
],
"nodeLocation": {
"x": -48816311.28417307,
"y": -45523094.537543684
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"352c0564c293ff97c9e4f17e"
],
"nodeLocation": {
"x": -28474298.16508189,
"y": 81999720.20377642
}
},
"error_handler": {
"name": "childJob",
"summary": "commodo",
"description": "nisi Duis eu reprehenderit",
"app": "labore nisi qui est",
"variables": {
"error": ""
},
"groups": [
"3c0fe17c7d2ad83fe9706b51",
"0ae057e3a4a249da654bc752"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"error",
"success",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"2ce9df18a98e189d0d9c978d",
"d08c0bcb30f23a9cbba845b5"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "ea adipisicing",
"accessControl": {
"read": [
"cupidatat eu"
],
"write": [
"dolor dolore anim",
"fugiat proident occaecat sunt",
"Excepteur Ut ipsum",
"et",
"ad ullamco anim consequat amet"
],
"execute": [
"dolor dolore"
],
"manage": [
"laborum",
"aute eu",
"magna"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2012-10-29T01:00:06.175Z",
"created_by": "8785202f578660324e301896",
"last_updated": "2006-02-17T13:05:42.843Z",
"last_updated_by": "093acfd1ff799eb8fb4b5966",
"lastUpdatedVersion": "consequat",
"tags": [
"Duis veniam Lorem",
"dolor ut do nulla",
"exercitation et dolore enim dolor",
"qui",
"exercitation quis"
],
"encodingVersion": 1
}