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": [
"c1c6548e9a7fc1f4caaabe58",
"c50799fba61f96e02447a59c",
"a5da117b583368087a7e25bb",
"2b1495afae0d97e4e4d84667",
"656223f0b1d061d1ff43968e"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"136516717d0a698ce2fd2e74",
"4261e7b5391083391d712b4a"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "reprehenderit",
"description": "adipisicing incididunt consequat fugiat",
"app": "laboris Duis ut fugiat",
"variables": {
"error": ""
},
"groups": [
"30581ba68b48e513dacc775c",
"03a5ccce9b8c9cad4734e057"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"e4bda6310164bf1a94f325f7"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1981-03-14T21:12:23.278Z",
"created_by": "6a79fb1a9ecdf32ac4893f3d",
"last_updated": "2010-05-09T07:19:52.203Z",
"last_updated_by": "91a908d2484e0daf62a7d4a1",
"lastUpdatedVersion": "Duis Lorem eu nulla nostrud",
"tags": [
"consectetur deserunt aliquip labore voluptate"
],
"canvasVersion": 2,
"encodingVersion": 1
}