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": "in officia in",
"description": "irure ullamco Excepteur mollit ut",
"app": "culpa mollit irure sit est",
"variables": {
"error": ""
},
"groups": [
"45bd3f87412dbc00848588bb",
"3bf5949fa5955fdab09a7b99",
"4e2c344bba5766eee115d846",
"1acaafff1877b887f4e03bcd",
"5f0929a7bb4054eb91ac8d39"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"8ee401bb0b07c1978e745bd9",
"b8c70f43b71ebb9b87ac8ef8",
"6ebc861eaa61b19aa5f5c7ad"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "aute",
"preAutomationTime": 5000,
"font_size": 12,
"created": "2000-06-02T22:17:19.743Z",
"created_by": "209d1c2011d2471f3c0a7ac5",
"last_updated": "1990-06-11T09:23:44.945Z",
"last_updated_by": "59d7b7e0f4493039b09f2cc9",
"lastUpdatedVersion": "mollit adipisicing",
"tags": [],
"canvasVersion": 1
}