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": "ipsum consectetur dolor aliqua non",
"description": "Lorem in pariatur",
"app": "minim elit deserunt ex",
"variables": {
"error": ""
},
"groups": [
"3a94000cc7d327db4273ae3c",
"1f214b058617b4426c9d6c84"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true
}
},
"transitions": {},
"groups": [
"2ddebe5816bc5417bd786ba4"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "consequat labore nulla laborum",
"font_size": 12,
"created": "2003-03-05T12:32:17.767Z",
"created_by": "511fb5d73be755b917fad830",
"last_updated": "1951-07-18T20:03:21.123Z",
"last_updated_by": "6f6d8db4ba0c0dcaa6d65979",
"lastUpdatedVersion": "magna dolor consequat",
"tags": [],
"canvasVersion": 2
}