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": [
"6fe874e409dc2dec8d07ac17",
"5e3af3c8617fe39a4ab0d76a",
"e1d73945bedb8aa7f538e808",
"b53aacbc5a45cde5eea9f0ac",
"a504d384cf3f9bddf745fb66"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"19c6a69fe26e0d717940a207",
"9636d0a57ff3ac573c63c029"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "ullamco reprehenderit",
"description": "elit laborum anim et nisi",
"app": "ea non",
"variables": {
"error": ""
},
"groups": [
"17e6409c99db15d5111b5286",
"41b990936a85d3985094539a",
"3dbc5581d4aad79e48aa8cee",
"54d56aae3ba60fc8b5541cad"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"failure",
"error",
"success"
],
"autoRetry": true,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"4c271586153c882c6d39ad02"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "2000-07-24T18:45:28.679Z",
"created_by": "60a5d53e39261e5c78d31802",
"last_updated": "2017-11-15T13:48:31.084Z",
"last_updated_by": "9f5347420186955ceebae1a5",
"lastUpdatedVersion": "sit esse sint Ut",
"tags": [
"non"
],
"canvasVersion": 2,
"encodingVersion": 1
}