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": [
"a34799386a210b95f9ff5707",
"59b7bf34f4da5eab9664d09f"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"a2ead65a297b946a7a171c00",
"4d72a2a5315a575668ab4c2e",
"6db6129cef6f0dcdcb056c04"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "nulla Ut tempor sunt",
"description": "eu tempor quis minim mollit",
"app": "eu exercitation et nostrud",
"variables": {
"error": ""
},
"groups": [
"ebb1e2986395de74116323e1",
"f6f9cce7661e38bd225e5f9c",
"b010574afec69a165802d8ad"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"6a77c618ac0b3e0bd9d5027f"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "irure aute ex",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1992-01-23T20:27:58.335Z",
"created_by": "b7c9c385edcf125bc5c1d631",
"last_updated": "1947-12-10T11:59:06.251Z",
"last_updated_by": "a4e39291897e7a35e143834a",
"lastUpdatedVersion": "Excepteur minim commodo occaecat",
"tags": [
"officia magna",
"amet Lorem voluptate id culpa",
"dolor nostrud id",
"velit quis irure labore",
"culpa ut eiusmod incididunt fugiat"
],
"canvasVersion": 1,
"encodingVersion": 1
}