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": "ullamco aute ea esse",
"description": "enim elit nisi dolore ex",
"app": "consectetur magna",
"variables": {
"error": ""
},
"groups": [
"ad782e6963feb9dd65fad8d8",
"0b4720771427022ffffe1cec",
"4f8bceadd6a683d9bcbc6898",
"f99cb3adf93d437464fd2eda"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"d9ddb43a49d7464b0c1243ed"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"font_size": 12,
"created": "1958-03-13T15:32:14.291Z",
"created_by": "21df232a0d7549809d419454",
"last_updated": "1985-08-16T08:52:07.996Z",
"last_updated_by": "b8e25346a40e2f97ba5a8f76",
"lastUpdatedVersion": "dolore",
"tags": [],
"canvasVersion": 2
}