Summary
Get Details of a Workflow
Description
Get the details of a Workflow by Workflow name.
Route
GET /automation-studio/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": [
"234feee72a6351c237a00468",
"3339f88c57e1db8889d29e64",
"dec05350763a18a9d99804e1",
"06533e0949da837700bb7ab6",
"874856ff28b388a3cd5946bd"
],
"nodeLocation": {
"x": -50293819.75315679,
"y": -32093897.87782651
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"507907711ad64678e8294571"
],
"gridCoordinate": {
"x": 68138638.65749297,
"y": -2692181.3642865717
}
},
"error_handler": {
"name": "childJob",
"summary": "aliqua commodo laborum occaecat",
"description": "laboris cupidatat ut",
"app": "aliquip",
"variables": {
"error": ""
},
"groups": [
"0000b3f8ba52a30df3300a0b",
"2411432760cc1ab2f4870225",
"07ef3ceb123bc068267691ff",
"b5c9cdce763b4948ef4d0e5a"
],
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"error",
"failure",
"failure",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"615f17cf3c17d9796ddbd950",
"434220386d57c03a25709d3e",
"effd78b75319215f736d7ef0",
"70dbdc380536d42b1dd058eb"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "cillum Excepteur laboris amet",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1972-12-04T19:14:13.851Z",
"created_by": "fe2571423de459fc33319443",
"last_updated": "1975-11-18T06:51:49.702Z",
"last_updated_by": "a74fbfa3555c6c218c1bbde6",
"lastUpdatedVersion": "in aliqua",
"tags": [
"Duis aute fugiat",
"consectetur dolor sit",
"pariatur et labore elit eu",
"officia tempor dolor"
],
"canvasVersion": 1,
"encodingVersion": 1
}