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": "cillum",
"description": "in esse laborum cillum ex",
"app": "Excepteur esse",
"variables": {
"error": ""
},
"groups": [
"c402848adf1c0feda19d1d15",
"60fe1e9608917bc8b4b1750b",
"cbbc68bfd18e7fdb6c888eb0",
"1fff77eb662783236d3d7712"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"failure",
"error",
"error",
"error"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"008d298bb7c0f0692b325348",
"7667137c4322002507fefff4",
"1cd7d88819a772d458c13a9c"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "2019-06-23T16:08:17.266Z",
"created_by": "b57842ad3ff1c31e6d8a07dc",
"last_updated": "1950-03-27T00:41:28.958Z",
"last_updated_by": "7c8615c70a400f20f37e1489",
"lastUpdatedVersion": "labore pariatur irure",
"tags": [],
"canvasVersion": 1
}