Summary
Get Details of a Workflow
Description
Get the details of a Workflow by Workflow name.
Route
GET /workflow_engine/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": "minim amet",
"description": "magna reprehenderit",
"app": "id nisi ut sint Excepteur",
"variables": {
"error": ""
},
"groups": [
"8ac5911ce329e92399b605bc",
"50b23a3a98cab6340340b90a"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success",
"failure",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"022c78f4d9161867f0108085",
"cc7df8277dba06b4b8c2e366"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aliquip",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1970-07-13T13:18:21.86Z",
"created_by": "bc2dc64cd9daac6080ac43b9",
"last_updated": "1949-07-03T05:55:45.65Z",
"last_updated_by": "49bbe8f951308e53cdc7464c",
"lastUpdatedVersion": "nulla labore commodo",
"tags": [],
"canvasVersion": 2
}