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": [
"4aa7f168a8db4d4cc07ad411",
"8e4ab2cb4d51cd0993fe1996"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aute tempor ut laboris",
"font_size": 12,
"created": "1997-05-09T14:24:46.159Z",
"created_by": "383def176be48056e5fceb9f",
"last_updated": "1998-03-19T13:12:06.671Z",
"last_updated_by": "32d2ffeb416faa2f40b12e02",
"tags": []
}