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": "et in nulla",
"description": "sunt Duis nostrud Ut in",
"app": "veniam irure dolore",
"variables": {
"error": ""
},
"groups": [
"a06dd8d96e914e0af28cb0a3"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"e71419c56bef64ef2d3276a6"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "tempor",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1968-04-22T07:27:42.353Z",
"created_by": "fddad4957b26bb2b7243a90a",
"last_updated": "1974-08-22T18:50:01.728Z",
"last_updated_by": "936348c6ea72dd124d18127f",
"lastUpdatedVersion": "labore",
"tags": [],
"canvasVersion": 1
}