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": [
"86af5190e297be11ba23c673",
"e3ca29d4c9cfb901be2a4a42",
"3a41243737c52da672ec5c3c",
"f0bf1e6c0c87bd295bbe3160"
],
"x": 20725489.40446812,
"y": 17317580.894941553
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"46a57b45598f60fa739548f0",
"23849eaea4609796136143f7",
"5b9fc6814bce6e7c7e240cf8",
"bd5720fcb7a71884ad5ba390"
],
"gridCoordinate": {
"x": -21098988.03544739,
"y": 76097165.2386013
}
},
"error_handler": {
"name": "childJob",
"summary": "id est nostrud et",
"description": "laboris consectetur ex minim labore",
"app": "reprehenderit est cillum irure Excepteur",
"variables": {
"error": ""
},
"groups": [
"82db63fbd8673bca087c2b29"
],
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"6cca88ecd9fdb00d05840977",
"6bed922d916d58f81f9bcb8b",
"25ade5cbc646c8b838c05e8d",
"eda3366f83325b4e482cc9d3",
"7e805a6aff064e416e59413a"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "consequat dolor",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1981-03-03T20:20:02.391Z",
"created_by": "44c3c808fed364dda983e847",
"last_updated": "1953-06-23T05:24:52.768Z",
"last_updated_by": "17f051c6e6f6aa94e094d6eb",
"lastUpdatedVersion": "aliqua Ut dolore sunt",
"tags": [
"irure reprehenderit nulla"
],
"canvasVersion": 2,
"encodingVersion": 1
}