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": "in cupidatat labore consectetur",
"description": "consectetur nisi",
"app": "fugiat veniam consequat eu",
"variables": {
"error": ""
},
"groups": [
"811a1c30172d2e2f827b03f0",
"b15c677f4fa82a698b0027dc",
"355f617d53e60baa51b1ee8a"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"1109446e7890e6e59ffd3bcc",
"4fe47892451a1357d6bcafe8",
"9bfd27719a3c9e831afbbac3",
"c44f566c187e1abb9dee161a",
"439e0fde768c3005f7b203bf"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2012-10-19T08:27:19.841Z",
"created_by": "eaba76360f218973ee913019",
"last_updated": "1982-03-14T16:55:53.476Z",
"last_updated_by": "9e9e20021796b9760451cdce",
"lastUpdatedVersion": "sunt sit amet laborum id",
"tags": [],
"canvasVersion": 1
}