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": [
"946773708055571e13d8a75b",
"69d14932392bc6aa214d1996",
"7aee63bd75159ba7b723b015"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"8fd9efb4987567e097577dd9",
"ce75b6a10d0069fe5e688903",
"2ab6cd5a159d866a0a24843e",
"58a42890fe1ecc9c35a64978"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "nulla dolore consectetur sunt laborum",
"description": "amet",
"app": "velit ut minim Ut nulla",
"variables": {
"error": ""
},
"groups": [
"1c0572319e54f2edb35a2fdf"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"error",
"error"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"e3f5ba5a30fb87b4a2e5cc0a"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "incididunt deserunt ad",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1971-10-26T02:06:25.431Z",
"created_by": "318627bf95e664616f8a449d",
"last_updated": "1961-05-19T03:19:57.909Z",
"last_updated_by": "8dc254d126f293a198ef990e",
"lastUpdatedVersion": "laboris voluptate nisi Ut",
"tags": [
"pariatur commodo",
"dolore",
"eiusmod elit",
"consectetur est dolore dolor anim"
],
"canvasVersion": 2,
"encodingVersion": 1
}