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": "consectetur aliquip in",
"description": "adipisicing sit ad",
"app": "sint ut magna in mollit",
"variables": {
"error": ""
},
"groups": [
"7e64485245b97c5516e19675",
"c795b646450c1b7ed3c3f779",
"5e5c631d7f004252a09e4491",
"eeda02734edb2cbec2ce0c6b"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true
}
},
"transitions": {},
"groups": [
"c8e0b09795ca416b2bb3afba",
"70d36b9b934665edbb431666",
"97ff2699313496892b2b9e3f",
"4b5dba06cf304830f3c8a9df"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "elit ut ipsum veniam Lorem",
"font_size": 12,
"created": "1959-10-18T22:54:42.197Z",
"created_by": "a83308d57e42e497b3a5ad41",
"last_updated": "1962-05-10T12:21:33.788Z",
"last_updated_by": "9fcecb1519dfe6544028d199",
"lastUpdatedVersion": "consectetur exercitation sint eiusmod fugiat",
"tags": [],
"canvasVersion": 2
}