Closed
Description
Is your feature request related to a problem? Please describe.
It would be helpful to be able to compare if something is GREATER_THAN or GREATER_THAN_OR_EQUAL to a value, e.g. if the current timestamp is greater a particular timestamp.
Describe the solution you'd like
Add the following to the comparison operators:
- GREATER_THAN
- GREATER_THAN_OR_EQUAL
- LESS_THAN
- LESS_THAN_OR_EQUAL
- NOT_EQUAL
Alternatively, provide a documented way to add custom (i.e. user-supplied) conditions to the mapping_by_action set used in _match_by_action.
Describe alternatives you've considered
Additional context