Details
-
Fix
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
Description
Current Situation:
- Create Report R1 with the following configuration:
-
- Report Template: Top ${hits} workflows with ${sort} number of failed executions
-
- Month From: 2024-01
-
- Month To: 2024-01
-
- Sort: Highest
-
- Frequencies: Monthly
-
- Hits: 10
- Create Report R2 with the following configuration:
-
- Report Template: Top ${hits} workflows with ${sort} number of failed executions
-
- Month From: 2024-01
-
- Month To: 2024-11
-
- Sort: Highest
-
- Frequencies: Monthly
-
- Hits: 10
- Run Report R1 – it executes successfully and generates 1 card.
- Run Report R2 – reports are not generated.
Desired Behavior:
Overlapping cards with the same Template, Hits and sort values should not be generated. However, the remaining non-overlapping cards should still be generated. In this case, reports for months 2024-02 to 2024-11 should be successfully generated.