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": "Duis veniam laboris irure",
"description": "nulla in",
"app": "Lorem enim dolor esse sint",
"variables": {
"error": ""
},
"groups": [
"6a35933564ef8f933036037e",
"596556c3986a073b2b8acae3"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false
}
},
"transitions": {},
"groups": [
"e53b641f8dcdacdbdd536759",
"3fad283564ce33479662f4c8"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "Duis",
"font_size": 12,
"created": "1982-06-24T13:59:24.577Z",
"created_by": "97aa2889ace29a290b4504f8",
"last_updated": "1946-04-23T01:35:02.614Z",
"last_updated_by": "64db20fc39aa84ce18a2792b",
"lastUpdatedVersion": "fugiat",
"tags": [],
"canvasVersion": 2
}