Summary
          Validate All Loops
          Description
          Validate all looped Tasks in a Workflow by Workflow details.
          Route
          POST /workflow_engine/validateAllLoops
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | workflow_details | object | yes | Workflow to validate looped Tasks. | 
            
          
          
            Copied to Clipboard
            
            {
  "workflow_details": {
    "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": "do officia",
        "description": "proident mollit",
        "app": "ipsum dolor Excepteur aliquip",
        "variables": {
          "error": ""
        },
        "groups": [
          "6ad31a452b6264706160f6aa",
          "f08dd20fadcb28d442ad8e80",
          "55f0b1403d190e4419340b1e",
          "6d4bafd7b9f2bfada0bdda2d"
        ],
        "x": 0.36142061281337046,
        "y": 0.502092050209205,
        "type": "operation",
        "deprecated": true,
        "scheduled": true,
        "retrySettings": {
          "state": [
            "failure"
          ],
          "autoRetry": false,
          "limit": 20,
          "delay": 1000,
          "count": 5
        }
      }
    },
    "transitions": {},
    "groups": [
      "13d81be77328a252b440296d",
      "5544441ea224bb49c06e588c"
    ],
    "_id": "5cb7b531d06cceb89fd21b1c",
    "description": null,
    "preAutomationTime": 5000,
    "font_size": 12,
    "created": "2003-06-12T15:18:45.016Z",
    "created_by": "bb269300514a5a8e60171311",
    "last_updated": "1974-07-25T20:51:39.132Z",
    "last_updated_by": "c276afc86e1b8f2f5ec2b508",
    "lastUpdatedVersion": "sed",
    "tags": [],
    "canvasVersion": 1
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "workflow_details": {
      "$ref": "workflowDocument"
    }
  },
  "required": [
    "workflow_details"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | valid_loop_tasks | array | Valid looped Tasks of the Workflow. | 
            
          
          
            Copied to Clipboard
            
            [
  "cd34",
  "cd34",
  "cd34",
  "cd34"
]