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": [
"699aa1ddd335e4b3c72ef8ab"
],
"_id": "2f3aa488-32a2-c208-cd3f-868fec912d6b",
"description": "eiusmod sed eu",
"font_size": 12,
"created": "1971-10-29T03:35:15.594Z",
"created_by": "7b2ba14e1465789f892a026f",
"last_updated": "1952-05-05T19:26:39.108Z",
"last_updated_by": "69f80b25781f00bb35882122",
"tags": []
}