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": "adipisicing eu dolore laboris et",
"description": "dolor pariatur sunt commodo",
"app": "sed",
"variables": {
"error": ""
},
"groups": [
"4a241fd4e77430d33b1f2f2e"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"5ef3c4e53d8be9558b468596",
"8f78cba6ef6cf20664b778b2",
"a1db481ce0e595056a90f84b",
"7a4d6fd1957813421905656d"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1974-08-17T22:37:48.476Z",
"created_by": "d50018de1cc11ae20690645a",
"last_updated": "1971-03-27T10:41:32.376Z",
"last_updated_by": "cecb88935a3bc8732e9e536d",
"lastUpdatedVersion": "et Ut",
"tags": [],
"canvasVersion": 2
}