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": "et eu quis",
"description": "voluptate ut incididunt",
"app": "ad qui magna consequat",
"variables": {
"error": ""
},
"groups": [
"54d44929cb1e9c23d8acf32b",
"5978214740e31bd0dd6ec584",
"9642f9d2aed460d1af893ed7",
"c0aecf5c28c68e5b687c0ed2",
"f03efaf25c4b259149dfe711"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false
}
},
"transitions": {},
"groups": [
"c4fc798d4fb5dff799779424"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "ex laborum",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1971-02-08T16:38:57.74Z",
"created_by": "57d9b387fb40d68502954ac5",
"last_updated": "1958-04-18T20:22:12.939Z",
"last_updated_by": "3013597f6275a58918239123",
"lastUpdatedVersion": "dolore cupidatat ex amet",
"tags": [],
"canvasVersion": 1
}