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": "Excepteur in proident est sunt",
"description": "magna",
"app": "irure",
"variables": {
"error": ""
},
"groups": [
"07bbdcbfae58363020da9c58"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false
}
},
"transitions": {},
"groups": [
"d5d9bd00589fe04683c56cde",
"34ea3774234bf0f27c62e330",
"6b4746a192eed7d50a213b10",
"cea8a4a8aea0402d04fa9eb1"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"font_size": 12,
"created": "1943-03-04T06:39:03.018Z",
"created_by": "6f38e71b57efd91c5e7ecfb9",
"last_updated": "1988-04-28T15:11:13.499Z",
"last_updated_by": "0ec5f706ac8e7fed03d25060",
"lastUpdatedVersion": "anim nisi non proident id",
"tags": [],
"canvasVersion": 2
}