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": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "ex aliquip ut in",
"description": "ex",
"app": "amet aliquip ex",
"variables": {
"error": ""
},
"groups": [
"c368c1fc181a128d7c939de1",
"ca2a3c78b459de5d939e7cb4",
"30b9080a113117ef45de1d82",
"eb87dfc654e046e8abec7ecf"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"failure",
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"e5e0a81237e001ea0c9f5742"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "2007-01-31T19:17:15.164Z",
"created_by": "bc395971d67f46a64f54a380",
"last_updated": "1994-04-19T07:14:13.93Z",
"last_updated_by": "0bf1e263b44a5a766d10550d",
"lastUpdatedVersion": "ut enim",
"tags": [],
"canvasVersion": 1
}