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": "veniam in ut",
"description": "Excepteur",
"app": "fugiat sed esse",
"variables": {
"error": ""
},
"groups": [
"29822dea363e1467ef01452e"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"failure",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"6ce0fdb9e0d7ac3604b92402"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "laboris consectetur sunt",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1984-08-03T05:41:06.487Z",
"created_by": "9d7443d170b1056ee692852a",
"last_updated": "1952-11-16T08:29:51.399Z",
"last_updated_by": "44babb10878fc01068ee19d0",
"lastUpdatedVersion": "voluptate ut deserunt proident",
"tags": [],
"canvasVersion": 2
}