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": [
"85cddf001594e76b154e4707",
"c80bd1fcb7ee1f74df16acff"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"e16dfc3cd5706fd880de6703"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "Ut veniam culpa qui elit",
"description": "exercitation minim anim dolor sunt",
"app": "magna",
"variables": {
"error": ""
},
"groups": [
"d883a13b1a2ee6d5a5e45f2c",
"b7fed97876867b54bc3719b6",
"d9cba9037e52e3dbf58fd70e",
"7dbe9c5e7f0d6d7e866b76e0",
"20f8a9a75541ef063ecc8af4"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"7843ee3f2c77ed8292410291",
"686ececc3553486784a6ea86"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "anim sint dolore eu",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1945-10-30T02:31:01.875Z",
"created_by": "b95a3842dfbf9cf5c86355e1",
"last_updated": "2021-05-07T04:09:15.763Z",
"last_updated_by": "3de737ad2ed00cde3127b9f8",
"lastUpdatedVersion": "reprehenderit do",
"tags": [
"enim ut",
"cillum non sed",
"cupidatat do ea sed"
],
"canvasVersion": 1,
"encodingVersion": 1
}