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": [
"8a6c8c8327c19c6ef9f01ea8",
"6454f097e683b922a46d8acd",
"ee005d592627e646920b7cf6"
],
"nodeLocation": {
"x": -65365215.53452626,
"y": 92994179.05211201
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"64e37b246ef6a01eff45ed12"
],
"nodeLocation": {
"x": -3320140.0777796805,
"y": 53097247.09110314
}
},
"error_handler": {
"name": "childJob",
"summary": "in eiusmod dolor amet sint",
"description": "reprehenderit velit dolor voluptate",
"app": "nisi tempor exercitation",
"variables": {
"error": ""
},
"groups": [
"1d82a5a80fd658c996a41898",
"19436c7a76cddc42ca21e6b1"
],
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"failure"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"412902ccdab7f7915de9b4ee",
"a6c82a1d8f1fda4d66066a8f"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "deserunt",
"accessControl": {
"read": [
"nisi nostrud",
"et",
"sit culpa",
"voluptate",
"sunt sed non laboris quis"
],
"write": [
"dolore",
"laboris Ut ad",
"fugiat",
"sint Lorem aute dolor in",
"ullamco dolore laborum quis nisi"
],
"execute": [
"labore in mollit ullamco"
],
"manage": [
"sit ea fugiat"
]
}
},
"description": "cupidatat ex in est",
"preAutomationTime": 250000,
"font_size": 12,
"created": "1996-02-28T00:46:11.771Z",
"created_by": "c1dc2f11264b8560551aced8",
"last_updated": "2016-03-06T15:24:30.38Z",
"last_updated_by": "99cc5f35c2e1f7c379daf338",
"lastUpdatedVersion": "ullamco cupidatat enim Lorem",
"tags": [
"eiusmod sed irure",
"dolore cupidatat elit voluptate cillum"
],
"encodingVersion": 1
}