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": "dolor sit in",
"description": "laboris anim sunt",
"app": "labore incididunt dolor",
"variables": {
"error": ""
},
"groups": [
"fe105b69e2ea3cacef4c2dd8",
"0c3336d359732bd3d70ad2e3",
"04eb5ab9c9dc0cf4fe3a83b5",
"e1d0a3fe602d62c76b2b7155",
"90bd76e58a74577acfb7ebb0"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"a127c5b49fc322e753f932ab",
"06e2d6c25242a206d2ba98fa",
"f1cd29bd25f7e0664c70f0ba"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2012-06-16T13:46:43.14Z",
"created_by": "3dbad5ed9977a4bec5efd6d3",
"last_updated": "1946-10-14T11:00:55.995Z",
"last_updated_by": "5ea5ae3f4ffb56289a36e450",
"lastUpdatedVersion": "laboris irure ut ut voluptate",
"tags": [],
"canvasVersion": 2
}