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": [
"6767a3ae8ca63c72639a26a1",
"ca97565fc70104a740866bc0",
"bba628efde91131683929b71",
"d467ffd057f27287c40fe880"
],
"gridCoordinate": {
"x": -79202179.35933529,
"y": 12587584.186416656
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"af64bc8f7753a13e54e9a92c"
],
"gridCoordinate": {
"x": -76624192.9543205,
"y": 40964037.161837965
}
},
"error_handler": {
"name": "childJob",
"summary": "reprehenderit sint id elit",
"description": "in elit dolore exercitation",
"app": "irure Excepteur labore consequat",
"variables": {
"error": ""
},
"groups": [
"eacc0fea2791da4f900de480",
"31c52f39f9006a3efe00be5d",
"51ae177c8a6dcadbf635b663"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"failure",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"4d53bdfca665b0c6cc032e40",
"36b9e5c4b5e739d37c0d9364"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aliquip eu Duis incididunt",
"preAutomationTime": 250000,
"font_size": 12,
"created": "2000-01-10T17:20:56.432Z",
"created_by": "c20300041f76ab1f2e762107",
"last_updated": "1969-06-26T23:32:48.294Z",
"last_updated_by": "363857fafbe3971ff1811ec5",
"lastUpdatedVersion": "adipisicing",
"tags": [
"eiusmod",
"ex cillum fugiat voluptate",
"dolore",
"veniam"
],
"canvasVersion": 1,
"encodingVersion": 1
}