Summary
          Get Details of a Workflow
          Description
          Get the details of a Workflow by Workflow name.
          Route
          GET /workflow_engine/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": "ipsum amet",
      "description": "proident incididunt elit aliquip",
      "app": "officia",
      "variables": {
        "error": ""
      },
      "groups": [
        "9392c9e877def51a27e22c0c"
      ],
      "x": 0.36142061281337046,
      "y": 0.502092050209205,
      "type": "operation",
      "deprecated": true,
      "scheduled": true,
      "retrySettings": {
        "state": [
          "failure",
          "success"
        ],
        "autoRetry": true,
        "limit": 20,
        "delay": 1000,
        "count": 5
      }
    }
  },
  "transitions": {},
  "groups": [
    "9424e24ab4548b30c92ebbb3"
  ],
  "_id": "5cb7b531d06cceb89fd21b1c",
  "description": null,
  "preAutomationTime": 5000,
  "font_size": 12,
  "created": "1991-10-13T06:29:41.679Z",
  "created_by": "2fafd8e0a3d2386d840e683a",
  "last_updated": "1996-07-27T19:39:23.519Z",
  "last_updated_by": "c0af66ad0fbbd2e2ef22d048",
  "lastUpdatedVersion": "cillum adipisicing id ut",
  "tags": [],
  "canvasVersion": 1
}