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": "culpa in dolore pariatur id",
"description": "consequat anim",
"app": "non in minim",
"variables": {
"error": ""
},
"groups": [
"9226598af1c88e5ad33acba9",
"c3e3f956b4cbd806be84ce4d",
"0bfe33b479a160295df0739e"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"bb47b9d2046d4a309a0cd2ba",
"691ab78c6ef096d0e14ac2ee",
"f4930ea16dc0f3e29692146c"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1969-11-23T03:47:41.531Z",
"created_by": "e67518fa2b580ca9e1d1966d",
"last_updated": "2015-07-13T08:33:49.339Z",
"last_updated_by": "fd0fa0d24683d991034e5268",
"lastUpdatedVersion": "cupidatat ullamco",
"tags": [],
"canvasVersion": 2
}