The Environment activator does a lookup if a specific environment variable exists. It would be useful to allow a comparison for this environment value.
Use case: I want to enable a feature in dev and preproduction, but not in prod environment.
Do i have to create a custom activator?