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": [
"aa43ba505392677cb7dc5d47",
"689039b7e8fe52c89f1246bc",
"bc062eff87af30b48eb55b14",
"cfeae2ac623572c888f7ca1c"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"94f9ad14b6f11bc0dc438051",
"03e83b1051794c64cc82a8ad",
"7037a5556a4012fcbcf79f5f"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "eu",
"description": "irure cillum",
"app": "amet eu",
"variables": {
"error": ""
},
"groups": [
"f1eb1ce04bbde19285673ad9",
"c5b484900302e5de8399946c",
"965335ed9fa2a6da2caae9da"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"error",
"failure",
"failure"
],
"autoRetry": true,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"5cf17d5a872f33f2a3bdcd0b"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "eu reprehenderit proident",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1948-10-05T12:34:31.392Z",
"created_by": "263048e5116d3370ae56999c",
"last_updated": "1978-03-22T23:40:58.526Z",
"last_updated_by": "78799cc143be7e50db8717c8",
"lastUpdatedVersion": "magna do aute",
"tags": [
"nulla ut voluptate"
],
"canvasVersion": 1,
"encodingVersion": 1
}