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": [
"69dde4d0f7e3dc5e8c232e11",
"250d46256c824a8ede679ec7",
"b71c611a5f1398b08e0e8795"
],
"_id": "b460eb14-e250-edab-3fe4-118630c92f00",
"description": "voluptate ea qui",
"font_size": 12,
"created": "1968-03-29T13:30:30.247Z",
"created_by": "d9bcd33442eb4fbcb343e9f7",
"last_updated": "1996-09-16T08:24:33.257Z",
"last_updated_by": "a16055bca9127c1bb9510016",
"tags": []
}