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": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "ullamco non consectetur laboris",
"description": "eu Excepteur sunt deserunt",
"app": "cupidatat ex ut occaecat",
"variables": {
"error": ""
},
"groups": [
"723a53a401957c2decd71b3e",
"ba80cc4841436f3d87cf0f0c",
"07fea2d0dc7d0a77240a672f",
"ea64a83e517360bff117c5e7",
"24e65bd3f842137257154ec0"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"success",
"error",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"87e5f81ccfe2e1d26ad09205",
"c9efdcf6535a14889ec4767c"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2007-03-29T01:47:58.993Z",
"created_by": "9493b2d0ec911ba7edb76891",
"last_updated": "1953-03-17T05:34:28.057Z",
"last_updated_by": "37b4580bf7bf54752924d497",
"lastUpdatedVersion": "sunt quis",
"tags": [],
"canvasVersion": 1
}