The centre part of the execution calendar contains a month view in which individual days according to the following rules:
- If there is no execution that applies to the current filter, the day is rendered in grey.
- If there is at least one failed execution that applies to the current filter, the day will be rendered in red.
- If there is at least one cancelled execution that applies to the current filter, the day will be rendered in yellow.
- If there is at least one green execution that applies to the current filter, the day will be rendered in green.
If there are different execution results within a given day, the worst execution result dictates the colour.
Example: If on a given day there were 3 successful executions, 2 cancelled executions and 4 failed executions, the day will be rendered in red, because there is at least one failed execution on that day.
You can click on a day in the month view to activate that day in the day view (see Day View).