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": "enim cillum",
"description": "eiusmod veniam",
"app": "incididunt",
"variables": {
"error": ""
},
"groups": [
"efdeb456090551f35fff3302",
"6fa4ec4879b22a6ea0999188",
"de9dce2073de1e3f3557e72f",
"80c5e4e7e8fdf5c1b43c1923",
"706af2db169ad2d5a76f2d73"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"420fc1fc7900ea9bd20cb69b"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "dolor ea magna ullamco",
"font_size": 12,
"created": "1989-06-03T21:41:34.225Z",
"created_by": "b7a534454e85c226aab4963b",
"last_updated": "1949-10-20T23:40:30.613Z",
"last_updated_by": "aecfe270e172b5aab566aafa",
"lastUpdatedVersion": "ullamco consequat aute cupidatat",
"tags": [],
"canvasVersion": 2
}