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": [
"95a9bb74bf72187389ddf717"
],
"nodeLocation": {
"x": -19442623.836234316,
"y": 37420236.03922045
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"ccafe1d330a01651be88cc38"
],
"nodeLocation": {
"x": 58614207.07213697,
"y": 44934565.7243624
}
},
"error_handler": {
"name": "childJob",
"summary": "magna reprehenderit irure dolor",
"description": "mollit",
"app": "esse laboris fugiat ipsum",
"variables": {
"error": ""
},
"groups": [
"ba04e71717e68c3d1b4f8985",
"9801d538392875c6d21355f3"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"failure",
"success",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"ee38636fce699f8e51041d67",
"de5b00a631ccb74efed8b826",
"95a98a56403530699bf876a7",
"cb0d88a6d88e700640dd73e3",
"48e5edda3b4abef2c89b88ac"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "ullamco mollit",
"accessControl": {
"read": [
"eu in dolor minim amet",
"nostrud dolore Lorem sint ea",
"eiusmod qui",
"ipsum sint",
"Excepteur cupidatat anim do proident"
],
"write": [
"amet fugiat voluptate Lorem velit",
"est enim do proident aute"
],
"execute": [
"eiusmod dolor"
],
"manage": [
"in non tempor",
"in anim labore",
"anim incididunt sint"
]
}
},
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1998-11-29T19:13:49.891Z",
"created_by": "d541f92eec3a75a47a7532f7",
"last_updated": "2018-10-03T13:02:41.978Z",
"last_updated_by": "035d1808c305434704a88bb7",
"lastUpdatedVersion": "sed ullamco laboris",
"tags": [
"pariatur id",
"cupidatat laboris fugiat aute"
],
"encodingVersion": 1
}