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": [
"fef410f33b42eb226e42d1b6",
"3bbb2ca9552cf315c04a9063",
"7f55773d0118d477b54c8829",
"18c7cdb17133de1f02aa38d4"
],
"_id": "2fe4e614-0e28-7576-da93-4b73af93998e",
"description": null,
"font_size": 12,
"created": "1960-03-13T05:20:04.507Z",
"created_by": "9debcaa03cde32640b3243fe",
"last_updated": "1943-11-24T19:54:28.979Z",
"last_updated_by": "9df4a7b4fa11764857f02974"
}