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": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "voluptate eiusmod adipisicing",
"description": "voluptate exercitation aliqua pariatur",
"app": "pariatur in",
"variables": {
"error": ""
},
"groups": [
"7ca2240110396951f299fdaf"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"1423af80ca083c88c11dde5a"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aliquip Ut amet irure",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1999-12-21T15:01:32.904Z",
"created_by": "19b2a4cd8bed03f2019702d2",
"last_updated": "1998-08-13T12:01:06.124Z",
"last_updated_by": "b099f987bf499f08577753a3",
"lastUpdatedVersion": "ut culpa minim Ut",
"tags": [],
"canvasVersion": 1
}