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": "et occaecat proident",
"description": "est magna laborum",
"app": "anim",
"variables": {
"error": ""
},
"groups": [
"9e9dd0f3aaf2702a76580de7",
"28856b9d9915da383fd1eaf4",
"76c89b19ff86a657cdc1edc9",
"eb33b35a4b94f9c470a7f3ff",
"e432905c9bb083f33ef36f00"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
"9ab74c337ab7444cb6055a0e"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"font_size": 12,
"created": "2016-05-20T03:39:23.537Z",
"created_by": "9c847e7c0a87e7a493d59787",
"last_updated": "2012-11-08T23:56:07.006Z",
"last_updated_by": "3fc8bd23a3d1e51eaf3b18a3",
"lastUpdatedVersion": "occaecat",
"tags": [],
"canvasVersion": 1
}