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": "nisi officia ipsum enim",
      "description": "nisi esse pariatur",
      "app": "ut in cillum officia laboris",
      "variables": {
        "error": ""
      },
      "groups": [
        "049f43cd221dc73b5c877cdd",
        "6f25fb20e39a83232ff0e1f0",
        "038707481294c02289343397",
        "9ed45c5bccbbbf795a19ddf0"
      ],
      "x": 0.36142061281337046,
      "y": 0.502092050209205,
      "type": "operation",
      "deprecated": false,
      "scheduled": false,
      "retrySettings": {
        "state": [
          "error",
          "error",
          "success"
        ],
        "autoRetry": false,
        "limit": 20,
        "delay": 1000,
        "count": 5
      }
    }
  },
  "transitions": {},
  "groups": [
    "97f2f23a173fd3bda3ea135f",
    "0b3152823f9f02884f1bec80",
    "7892f22f1029aa628c0b940f",
    "ede3b57a317f5c0048375d9f"
  ],
  "_id": "5cb7b531d06cceb89fd21b1c",
  "description": null,
  "preAutomationTime": 5000,
  "font_size": 12,
  "created": "2006-02-10T04:00:51.366Z",
  "created_by": "8d34fc3a9ff640295d189078",
  "last_updated": "1993-08-04T03:07:08.437Z",
  "last_updated_by": "124e7ae41b0e0a5f83768b04",
  "lastUpdatedVersion": "laborum",
  "tags": [],
  "canvasVersion": 1
}