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": [
"82a26ac30eb34a34673f24e9",
"bb70f27244d56a6717bf1473"
],
"nodeLocation": {
"x": -98849824.8146902,
"y": -93245936.3446092
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"6084a9b2fa9d2b0a43a4a3e1",
"c590114ec00fafeb783a867a",
"00c7fce140db6dc6f5801fcf"
],
"nodeLocation": {
"x": -53010854.50338907,
"y": -33423654.78419467
}
},
"error_handler": {
"name": "childJob",
"summary": "nisi minim Ut",
"description": "enim sint commodo",
"app": "laboris",
"variables": {
"error": ""
},
"groups": [
"46c314870852de2d564639bc",
"1ece1f0f077fe21fb4026f06"
],
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"b7b59ec15df99300d99dd370",
"31278c99ad814b100216a644",
"bf4b88f78a3acff67e6bbb4e"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "est Excepteur",
"accessControl": {
"read": [
"eiusmod officia dolore sunt sint",
"consectetur nostrud quis pariatur consequat"
],
"write": [
"occaecat in consectetur voluptate in"
],
"execute": [
"ea nostrud id sit",
"elit labore",
"fugiat culpa officia occaecat enim"
],
"manage": [
"veniam deserunt enim consequat Duis",
"voluptate",
"elit ut proident consequat"
]
}
},
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1960-08-31T05:30:51.142Z",
"created_by": "d6148a00ce885c74999a58fe",
"last_updated": "2014-10-22T19:35:30.33Z",
"last_updated_by": "ff5de806eef4ae9f83b4013c",
"lastUpdatedVersion": "aliquip eu dolore sint",
"tags": [
"in dolor sed dolore",
"non",
"aute",
"eu est nulla et ullamco",
"enim dolor do quis"
],
"encodingVersion": 1
}