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": [
"3c36cb34923d9f20198642eb"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"51b457a122bb2ba6e83c742f",
"00ce9e4181c971446223a0bc",
"1fefb5808721275da5d96bf7",
"478c5d142478dafafc51fedc",
"e01857270d144a315e2b8bb5"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "nostrud dolore in",
"description": "quis cupidatat dolore",
"app": "aute elit sint pariatur in",
"variables": {
"error": ""
},
"groups": [
"95d979540772a782c4ec3fd1"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"ff165bdceb6ed7344f927f85",
"e5b8a1fd6a24c55af5147879"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1963-09-08T23:24:12.641Z",
"created_by": "47200bb9c018f410b63ea301",
"last_updated": "1957-07-10T16:50:48.585Z",
"last_updated_by": "574ce491cf10a22d2dc66cf9",
"lastUpdatedVersion": "Excepteur aliquip Lorem dolor",
"tags": [
"Duis est qui",
"consectetur dolor nisi amet"
],
"canvasVersion": 2,
"encodingVersion": 1
}