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": "velit",
"description": "ut dolore elit tempor",
"app": "aliquip sit ea",
"variables": {
"error": ""
},
"groups": [
"993a2008fa53a2bdfe435a1b",
"08ea2c576827d3d3d341741c",
"a572ce541db4802c5a8f4c2d"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"a2432bb9d4d1a299527a0e73",
"e41643c4bcea7648fe12b6ec"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "sint irure incididunt labore",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1996-07-07T00:09:51.432Z",
"created_by": "ce1d1e621abcbf560eb1e983",
"last_updated": "2014-01-26T02:29:20.14Z",
"last_updated_by": "abeffc19bcb80c02b76ddd6c",
"lastUpdatedVersion": "adipisicing",
"tags": [],
"canvasVersion": 2
}