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": "ut in sunt officia",
"description": "dolore veniam officia",
"app": "magna sunt cupidatat Ut officia",
"variables": {
"error": ""
},
"groups": [
"d572ee174cf02f8131033aee",
"cf6f2717639577ff9b7ac8a6",
"d81c9a96c338e06b3d08ef0e"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"d5920f13b2476ef772719291"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "mollit anim",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1968-08-02T09:46:05.188Z",
"created_by": "821e335b05a0c3d3a50d0f3d",
"last_updated": "1949-03-10T10:38:03.318Z",
"last_updated_by": "52356224a472ac332423b321",
"lastUpdatedVersion": "officia irure voluptate in",
"tags": [],
"canvasVersion": 2
}