Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
Description
Current Situation
The JITL Job CheckHistoryJob provides the parameter query that may contain a single query like "isStarted".
Desired Behavior
It should be possible to specify a list of queries separated by "or" or "and" as in: "isStarted or isCompleted".
- If the query operator is "or" the evaluation stops with the first query that is successfully executed.
- If the query operator is "and" the evaluation stops with the first query that is not successfully executed.
- Mixed use of "or" and "and" is not allowed.
Attachments
Issue Links
- Wiki Page
-
Wiki Page Loading...