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": [
"36e9558480b724969518a22b",
"fe3d8d3b862189363329718d",
"4a771d282a790f242c98d517",
"5ececee9acb821d3279d50d4",
"e2f4cfce97c49556e76d2915"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"1d1709be82cf740a4eaf6025"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "mollit dolore dolor",
"description": "anim laboris velit",
"app": "velit laborum esse et dolor",
"variables": {
"error": ""
},
"groups": [
"7e52d819737d48c55e40196d",
"75ad56a67650bb5d544ea60b",
"a3d1e3e093b973b5038e390f",
"a400ab9d8a6dbe93ad316073",
"41e9a79ea7d6ab2668f18d44"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"failure",
"failure",
"error",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"469476dddd38bfc4b4130c66",
"1c06ac470d54cdc81dd43c0e",
"263dc97e473dbf37ae2d81c3",
"50fe6c0588d86cbc1175e961"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "non eu",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1963-01-04T09:18:05.648Z",
"created_by": "55fc78a3242a25cf0f5e5d7a",
"last_updated": "1989-09-21T08:36:50.221Z",
"last_updated_by": "069c3572fb0856078ac67196",
"lastUpdatedVersion": "cupidatat dolore exercitation amet ut",
"tags": [
"laboris cupidatat labore minim Lorem",
"id ullamco minim in"
],
"canvasVersion": 2,
"encodingVersion": 1
}