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": [
"51a4a5299f70505bd42f4c68"
],
"nodeLocation": {
"x": 56754272.61487597,
"y": 5589962.348226726
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"cae6d305bdb36b82ce4c3b15",
"8ca05bfe1acfbfdc00e6255b",
"c07507c79bda4a6d81d4cc34",
"067491819f3b42c44aa12ced",
"a95cb692d325cb7a953c9c4c"
],
"nodeLocation": {
"x": -31385742.124378696,
"y": 24219561.13870883
}
},
"error_handler": {
"name": "childJob",
"summary": "Duis aliqua deserunt officia voluptate",
"description": "Duis quis in reprehenderit",
"app": "culpa do",
"variables": {
"error": ""
},
"groups": [
"afd163bbf99c27ebe8d8e5c9",
"ed205b45834250730d4d2b03",
"43af27e0965efdbc50cde477"
],
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"failure"
],
"autoRetry": false,
"limit": 20,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"98f0ec67c399d7cddba650c8",
"865d5ea9b7e1aa39bd9e2b23",
"b4dfcf4c2d7b180b4841a659",
"f006a17ca81a46fb337aa896"
],
"canvasVersion": 3,
"_id": "5cb7b531d06cceb89fd21b1c",
"namespace": {
"type": "project",
"name": "aliqua consequat",
"accessControl": {
"read": [
"ad veniam commodo labore",
"ea tempor nisi ullamco",
"nostrud ut ea sunt"
],
"write": [
"ea in mollit ad in",
"do cillum ut",
"aute"
],
"execute": [
"nostrud"
],
"manage": [
"ad",
"dolor qui eiusmod Excepteur",
"fugiat ullamco veniam"
]
}
},
"description": null,
"preAutomationTime": 5000,
"font_size": 12,
"created": "2001-03-01T05:47:06.726Z",
"created_by": "ab31a3be9eecd5c7977e66cb",
"last_updated": "2020-05-24T02:54:08.836Z",
"last_updated_by": "db55a1d1b8f2ca121218d271",
"lastUpdatedVersion": "quis anim",
"tags": [
"nulla culpa proident cupidatat ipsum",
"ad non aute nostrud id",
"adipisicing"
],
"encodingVersion": 1
}