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": [
"bd6eab8bfa28b27b9db0dab0",
"2e47f61f9a684bfa353fffc0"
],
"_id": "e0af484b-bc4c-9d8a-6d95-04eb1890b09b",
"description": "sunt labore mollit pariatur",
"font_size": 12,
"created": "1949-08-07T01:53:20.288Z",
"created_by": "7127a07ae078f969a792196e",
"last_updated": "1997-12-11T12:34:28.776Z",
"last_updated_by": "fa14df4dbbf0a099019c7d0e",
"tags": []
}