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
},
"error_handler": {
"name": "childJob",
"summary": "nulla quis proident Ut consectetur",
"description": "ullamco nisi",
"app": "qui culpa reprehenderit magna",
"variables": {
"error": ""
},
"groups": [
"208e80980d40b782e9420f36",
"7805c192b753211d3e875c66",
"54f1b6bef8a91c9c1df4bf50",
"56c6fb9f33617d745da5941d",
"92d507cefc9129839da829ee"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"7e7d6b43411faba136d6362c",
"79f600255f888dda1c664f00",
"79f35eeccbf523221e76a75e",
"04ac35c565ae8fc7b3f7b173",
"4ffcb25fabbcc040448a083a"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "ullamco",
"font_size": 12,
"created": "1998-02-18T06:01:35.001Z",
"created_by": "44714d2b3895223b8e786018",
"last_updated": "2004-11-22T15:14:09.229Z",
"last_updated_by": "f89b49aea56286a8f63a1ae5",
"lastUpdatedVersion": "Excepteur dolor reprehenderit",
"tags": [],
"canvasVersion": 2
}