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": [
"a1dfc2786ab75594ebc65fc2",
"8177a15011cceaeeeea51f52",
"ac5e893e318168beaf45b9df"
],
"nodeLocation": {
"x": -10879823.780065536,
"y": 63142941.75537497
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"c671f53ea18cf360ecb3be61"
],
"nodeLocation": {
"x": 8561620.702949703,
"y": 54273934.673781335
}
},
"error_handler": {
"name": "childJob",
"summary": "ut in ex Ut",
"description": "tempor exercitation nisi",
"app": "non nostrud eiusmod",
"variables": {
"error": ""
},
"groups": [
"a7aea9e3427d49dab4a32688"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"bec71b44ffefad341573c014",
"53bf1f2eb6ce52d0106b49ae",
"8918a474d40689acfa1210b8",
"bb2f1dc9f9f3b0a3b1fe84d5",
"0a869a19e4a410a90f8cbb79"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "ad Ut eiusmod magna",
"accessControl": {
"read": [
"consectetur consequat nostrud",
"sit do in",
"tempor cupidatat incididunt"
],
"write": [
"esse"
],
"execute": [
"ipsum adipisicing nostrud aliqua",
"laboris incididunt pariatur adipisicing esse",
"non ut reprehenderit",
"consectetur tempor"
],
"manage": [
"fugiat",
"aliqua tempor id eiusmod",
"enim in",
"consequat ut dolore voluptate minim",
"magna"
]
}
},
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "2012-05-03T07:21:44.846Z",
"created_by": "eae1e89ef834e8a2598ed1cf",
"last_updated": "2008-07-12T11:01:06.278Z",
"last_updated_by": "48365c6a9f2477a82ef6e96e",
"lastUpdatedVersion": "velit fugiat",
"tags": [
"id",
"commodo est qui sed nisi"
],
"encodingVersion": 1
}