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": "veniam tempor qui aute",
      "description": "cillum ullamco",
      "app": "eiusmod Lorem Excepteur",
      "variables": {
        "error": ""
      },
      "groups": [
        "454e9baf6e87058bd73e8661",
        "6ce768afa578c9736e7a544b",
        "04d4ef6ec7eb998af0b6a617",
        "45ba1050bf1c891b3f58dae1"
      ],
      "x": 0.36142061281337046,
      "y": 0.502092050209205,
      "type": "operation",
      "deprecated": true,
      "scheduled": false,
      "retrySettings": {
        "state": [
          "failure"
        ],
        "autoRetry": true,
        "limit": 10,
        "delay": 2000,
        "count": 5
      }
    }
  },
  "transitions": {},
  "groups": [
    "e0b18601b21bb2b341043769",
    "8c58540a4a1808b5c7c5ecb2"
  ],
  "_id": "5cb7b531d06cceb89fd21b1c",
  "description": null,
  "preAutomationTime": 250000,
  "font_size": 12,
  "created": "1946-12-14T05:43:29.844Z",
  "created_by": "66a4f86ba9e73e6ad8093772",
  "last_updated": "1970-02-13T10:38:07.089Z",
  "last_updated_by": "75de7bd6e218fd5481cfcc2d",
  "lastUpdatedVersion": "pariatur veniam",
  "tags": [],
  "canvasVersion": 1
}