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": "reprehenderit dolore magna",
      "description": "nulla tempor",
      "app": "sint incididunt sit minim ut",
      "variables": {
        "error": ""
      },
      "groups": [
        "b0f2ae6aabf2d074683e448f",
        "631f9840c88d3397360bcba5",
        "625532baed01f1c95a7d4e1b",
        "0c5b27cde885a1cfe19d69d5",
        "255c66a523d4bb8169e567be"
      ],
      "x": 0.36142061281337046,
      "y": 0.502092050209205,
      "type": "operation",
      "deprecated": true,
      "scheduled": false,
      "retrySettings": {
        "state": [
          "error",
          "error"
        ],
        "autoRetry": true,
        "limit": 10,
        "delay": 1000,
        "count": 5
      }
    }
  },
  "transitions": {},
  "groups": [
    "897b6adad8e373e482a8eb90",
    "4d8890864a4c970c21798d7a"
  ],
  "_id": "5cb7b531d06cceb89fd21b1c",
  "description": null,
  "preAutomationTime": 5000,
  "font_size": 12,
  "created": "1981-01-24T17:12:11.365Z",
  "created_by": "99be6055a9a3a23a7dda7e91",
  "last_updated": "1976-10-20T14:37:41.452Z",
  "last_updated_by": "53c522df51c1ef1d04d3d08a",
  "lastUpdatedVersion": "quis pariatur sunt occaecat",
  "tags": [],
  "canvasVersion": 1
}