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": "aliqua sint",
"description": "veniam dolore",
"app": "sed in",
"variables": {
"error": ""
},
"groups": [
"deffd7926e8e77f45d5193e5",
"c4d16e189200f24b78e150af",
"1a81cf73a8723e7d4dfc4552",
"1015671b368633d86d778831",
"e2ec06c7915481dac5b694e1"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"c5cc58d9ebd8b634b3f315a0",
"7cc474dfefe1b226fd100d1c"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "eiusmod Duis eu",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1995-02-08T07:25:56.552Z",
"created_by": "339e40bc478dc868fd20c0fd",
"last_updated": "1966-12-21T22:44:07.821Z",
"last_updated_by": "422695600ee1793d10157d18",
"lastUpdatedVersion": "occaecat mollit ex fugiat dolore",
"tags": [],
"canvasVersion": 2
}