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": [
"2698d1bcf09a28bfe0fbc4d6",
"3dbd9c86cdd34afab3c29e0e",
"7a6d5eaff27f4b3b491ce598",
"02e05b5419f466a198e4cac5"
],
"nodeLocation": {
"x": -13842007.18629098,
"y": -41557082.61255455
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"67ecdfd7e31246cf53fd7cf9",
"e52776753ce8710b8865dc54",
"054e6fb4a6553b7c21d2185c"
],
"nodeLocation": {
"x": -83475423.30693556,
"y": 37208942.373381466
}
},
"error_handler": {
"name": "childJob",
"summary": "laboris quis in proident",
"description": "dolore",
"app": "ex nostrud exercitation eiusmod",
"variables": {
"error": ""
},
"groups": [
"0fb719110ce62ba8f7305fc6",
"258478f9555648a8f6e711c3",
"48ea9388a9b8b8ff1d0ad155"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success",
"error",
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"b310302b2e235dec244127c4",
"59dd475e0ecb8482cdb890e5",
"4cc886569fa3cfbf73f48ee5",
"5aafc4a902610338a7dc40a4"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "in",
"accessControl": {
"read": [
"dolore",
"minim culpa enim et Lorem"
],
"write": [
"officia Duis",
"incididunt qui ut id amet",
"mollit fugiat nulla ullamco"
],
"execute": [
"eiusmod",
"proident",
"fugiat quis"
],
"manage": [
"et cupidatat fugiat sit Lorem",
"in aute sunt"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1988-11-02T15:07:02.45Z",
"created_by": "39036cebfd20f5d78c914a18",
"last_updated": "1986-03-04T09:10:02.76Z",
"last_updated_by": "0b91893dd6b43c243f9de6d1",
"lastUpdatedVersion": "ipsum Duis deserunt",
"tags": [
"minim id"
],
"encodingVersion": 1
}