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": "qui veniam",
"description": "ipsum sint esse",
"app": "Ut labore quis minim ut",
"variables": {
"error": ""
},
"groups": [
"3670784ae7b906cbe7ed8084",
"d3f0e70e884adf20cf09d782",
"4049650f7ea1e38e21907273",
"0b689c09752b8013bef11dc3",
"fc32f3519e48c695d6f2f14c"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"19a0f4ef047fc7b2ec0a01c3",
"e4b72d4791f0b41e4f66a5ba",
"f1294818f20ff98685efa30f",
"f248e3780a26383efee06d93",
"ae8ecee5031df25f41267763"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2021-11-21T11:22:34.334Z",
"created_by": "3ef09b5d02197fa918e715ad",
"last_updated": "1968-05-15T12:53:29.363Z",
"last_updated_by": "5741d753eb34e915c4fb6551",
"lastUpdatedVersion": "minim nulla amet veniam",
"tags": [],
"canvasVersion": 2
}