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": [
"9ea4f010e4907e78dc372482",
"974fce274c8da0bada93496d"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"a62047651c1f074b8b8e41f5",
"496578580d659515d0d42fa6",
"c44b72ac6aa97b31f4418e45",
"c046055e3412d96be7e36423"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "in Lorem Excepteur in",
"description": "exercitation sint dolore ea aute",
"app": "velit Lorem amet",
"variables": {
"error": ""
},
"groups": [
"f08bcc9bc7096d3b06835159"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error",
"failure",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"6581be333c5d2f314a63340f"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "veniam Excepteur sit",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1948-09-29T19:58:57.325Z",
"created_by": "fc67925eb80a5b3b15f042b3",
"last_updated": "1970-05-23T22:08:47.142Z",
"last_updated_by": "197e0f6969432c99da4793a8",
"lastUpdatedVersion": "fugiat do in dolor",
"tags": [
"elit ut",
"id aute aliqua et",
"enim et elit amet minim",
"ut",
"reprehenderit aliqua do"
],
"canvasVersion": 1,
"encodingVersion": 1
}