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": [
"c76815b8c5338356a4a16906",
"53469b54b34a3d00516f1c58",
"0c124f3d626b6348acafdcef"
],
"_id": "882a904f-2fc7-2906-ae0b-f526f032b17e",
"description": "sit ea eiusmod commodo exercitation",
"font_size": 12,
"created": "1974-07-19T15:26:22.018Z",
"created_by": "f37f41577f492043ed485fef",
"last_updated": "1996-03-15T21:56:19.453Z",
"last_updated_by": "7a34b3d2c73d51f86f46b53d",
"tags": []
}