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": [
"df70535b7d0fbe1ca0e5dcf9",
"294edbd4c4f7a79d82717c85",
"79ccadc6f206e64ef00c0503"
],
"_id": "7656751c-1a79-c5c1-7bb7-c95a972005c4",
"description": "dolor veniam ipsum amet",
"font_size": 12,
"created": "1985-10-06T07:12:27.0Z",
"created_by": "25d64be791b9ababb62ee670",
"last_updated": "1966-08-01T02:08:04.244Z",
"last_updated_by": "ef2eef675aaefe0c4367818c",
"tags": []
}