Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.6
-
None
Description
Current Situation
When the query is evaluated to false, the job ends with an error.
Desired Behaviour
The job should provide an option fail_on_query_result_false how to handle the evaluation. Possible values are:
- true: if the query is false then end with an error
- false: if the query is false then end successfull
- Default: true
The job should provide an option fail_on_query_result_true how to handle the evaluation. Possible values are:
- true: if the query is true then end with an error
- false: if the query is true then end successfull
- Default: false
Default for this option is end_with_error.