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": "pariatur ut occaecat",
"description": "nostrud ipsum culpa laborum amet",
"app": "labore adipisicing occaecat anim irure",
"variables": {
"error": ""
},
"groups": [
"66293cf51c9afb954db5b884",
"7753cd2a4157b5328c2a4013",
"2f63ad4bac66eb3e335bbb03",
"5967092931d3f159839413c4"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"success",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"c9b97e4b951c632813b210ed",
"b79a25ccdf2c0c4ba1fe33ad",
"a2edd744a7adfc09fa1984bb",
"7f8b19bb08a83435334e45f2",
"73495e9f7a3c8cc6f10cea0a"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2012-07-27T06:55:32.29Z",
"created_by": "7920c8b564a46e4e57c0f09b",
"last_updated": "1995-12-16T04:13:20.206Z",
"last_updated_by": "06fdf2199bd82a6e180d288e",
"lastUpdatedVersion": "elit",
"tags": [],
"canvasVersion": 1
}