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
}
},
"transitions": {},
"groups": [
"2955a50362482b1cb77ee59e",
"6d6b18766239bf0bebcdac45",
"86f587791b9a9050e0454103",
"817920cec8b07aa671779f31",
"8b0257ce7622ca3610dc5656"
],
"_id": "5b5e6477-ed2a-8997-53aa-8cf46c4d07c3",
"description": "sint dolor dolore Lorem id",
"font_size": 12,
"created": "2003-11-07T23:45:37.114Z",
"created_by": "1d0ae30cbba644eba892b01f",
"last_updated": "1974-12-14T15:48:14.962Z",
"last_updated_by": "8d05b38fe5e9214fb9433193",
"tags": []
}