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": "dolore sunt labore commodo esse",
"description": "aute",
"app": "amet",
"variables": {
"error": ""
},
"groups": [
"021883b5d53c7c7c2ffd7d7d",
"86f16e1b74289734ace95ec4",
"15baa09e71bd67fa6bde3adb",
"32c63b50ec1936d3075f1626"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"failure",
"error",
"success",
"error"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"c8040c6e5b433d32a9d866aa",
"8fba3984075f27e62a0f756f"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1982-04-12T07:04:24.006Z",
"created_by": "a063373a9bd8cf35cea30f55",
"last_updated": "2000-04-20T01:45:33.745Z",
"last_updated_by": "7686b4fcebd5074863d52696",
"lastUpdatedVersion": "consectetur cupidatat dolore eiusmod",
"tags": [],
"canvasVersion": 1
}