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": [
"c35c840392d6ad0462e59522",
"4d5030259db56da46b996457"
],
"x": 10394917.674637496,
"y": 59947644.58872685
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"e175627d8b941042ef46481b",
"95e10fa41afdcbf76797abbb",
"32f227340dd08f9d98da6dc3",
"777dcf10a56fbbc1bfb444ea",
"9a9da0b6ae1ed8b7d6a37556"
],
"nodeLocation": {
"x": -56399655.502216905,
"y": 15010421.207541972
}
},
"error_handler": {
"name": "childJob",
"summary": "sit veniam mollit consectetur qui",
"description": "occaecat fugiat sit exercitation culpa",
"app": "in ea id in ut",
"variables": {
"error": ""
},
"groups": [
"2d6d3f0ae3d8159feec1d9f5",
"8161b44823864e70217ded96"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"98349755f2ef5c4b7a62a678",
"3cb69ca4fc1c37366cf1aee1"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1996-05-25T08:26:02.449Z",
"created_by": "2bca75f5386742cea50f47c9",
"last_updated": "1990-05-24T05:34:10.118Z",
"last_updated_by": "803880e42b856d36397d435c",
"lastUpdatedVersion": "dolore Ut occaecat incididunt commodo",
"tags": [
"ut id Ut"
],
"canvasVersion": 2,
"encodingVersion": 1
}