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": [
"66126c116adb482f2a454cc9"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"f4c44f8269982a9d2db43e6c",
"dcc3d0b4484707285f188cbf"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "proident",
"description": "velit ex tempor nostrud fugiat",
"app": "sunt pariatur consequat magna",
"variables": {
"error": ""
},
"groups": [
"3934aeffaab096d2e2b00e0b",
"b63ce117f30d99bbbe5d0cf0",
"d1df1a042b0226c6284aee93",
"0f588b167eec32e89382d2e4",
"8fcb4ddcc445435b1e84d869"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success",
"error",
"failure",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"9466221a05d661e8b746a5f9",
"857a0a82fbbb870ee2eaf29f",
"d4905776f3933d5541a4d7ee",
"2f07a3e135ca98d79e9e7c9c"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "1949-11-14T17:02:01.261Z",
"created_by": "635dd9579d36831be9126ee5",
"last_updated": "1978-09-08T03:55:43.703Z",
"last_updated_by": "dcd3dba6ff456253dad5fcdf",
"lastUpdatedVersion": "exercitation",
"tags": [
"Lorem dolore dolor non",
"nostrud tempor Ut est voluptate"
],
"canvasVersion": 2,
"encodingVersion": 1
}