Summary
          Run Evaluation Task
          Description
          Run an evaluation
          Route
          No Northbound API Available
          Roles
          
            
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | job_id | string | yes | The Job ID | 
    | all_true_flag | boolean | yes | Set whether all evaluation groups must pass | 
    | evaluation_groups | array | yes | Evaluation groups | 
            
          
          
            Copied to Clipboard
            
            {
  "job_id": "5cb7b531d06cceb89fd21b1c",
  "all_true_flag": false,
  "evaluation_groups": [
    {
      "operand_1": "fugiat",
      "operator": "contains",
      "operand_2": "laborum ullamco deserunt Ut Duis",
      "query": "somePropertyNameInOperand_1IfItIsAnObject.nestedProperty",
      "rightQuery": "somePropertyNameInOperand_2IfItIsAnObject.nestedProperty"
    },
    {
      "operand_1": -23238549,
      "operator": "contains",
      "operand_2": -64754508.94501482,
      "query": "somePropertyNameInOperand_1IfItIsAnObject.nestedProperty",
      "rightQuery": "somePropertyNameInOperand_2IfItIsAnObject.nestedProperty"
    },
    {
      "operand_1": -89686089.75893821,
      "operator": "contains",
      "query": "somePropertyNameInOperand_1IfItIsAnObject.nestedProperty",
      "rightQuery": "somePropertyNameInOperand_2IfItIsAnObject.nestedProperty"
    },
    {
      "operand_1": false,
      "operator": "contains",
      "operand_2": "dolor consequat cupidatat",
      "query": "somePropertyNameInOperand_1IfItIsAnObject.nestedProperty",
      "rightQuery": "somePropertyNameInOperand_2IfItIsAnObject.nestedProperty"
    },
    {
      "operand_1": [],
      "operator": "contains",
      "operand_2": -5220018.502374738,
      "query": "somePropertyNameInOperand_1IfItIsAnObject.nestedProperty",
      "rightQuery": "somePropertyNameInOperand_2IfItIsAnObject.nestedProperty"
    }
  ]
}
           
          
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | return_value | boolean | Result of evaluation | 
            
          
          
          
            Copied to Clipboard
            
            {
  "type": "boolean",
  "title": "return_value"
}