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": "enim exercitation",
"description": "adipisicing qui magna et",
"app": "ea",
"variables": {
"error": ""
},
"groups": [
"d3d0e5a13dde134acbf1bf6e",
"f5bb9257d17c90234d6580c3",
"5c6cd8232e5598d828333312",
"752b5026eb13040f1fa07911",
"01880a53b96939344435823d"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"failure",
"success",
"failure",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"c73c7ef11e1569ac43b5547d"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1961-08-26T10:14:19.656Z",
"created_by": "c6c905c63b884b96eebfbbf9",
"last_updated": "1997-06-09T12:18:24.84Z",
"last_updated_by": "f711864d57b1d3cd87078447",
"lastUpdatedVersion": "elit enim ullamco sed",
"tags": [],
"canvasVersion": 2
}