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": "elit",
"description": "in do in",
"app": "minim dolore cillum",
"variables": {
"error": ""
},
"groups": [
"bb364ad174eecdc08f0f2904",
"076568a9f87dfcf2eafd0197"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"771346275563e0f0ef1d2181",
"44ead979d56c6c83495daba3"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "dolor dolor exercitation",
"font_size": 12,
"created": "1945-01-04T22:16:31.561Z",
"created_by": "7e8d97650907f746ce2fc49d",
"last_updated": "2002-12-16T18:38:06.125Z",
"last_updated_by": "6fe57a080221f3bf6f38a959",
"lastUpdatedVersion": "dolor",
"tags": [],
"canvasVersion": 1
}