I want to use a condition to collect data from a Processor - On Entry. The condition would be to collect information only from input port 1, rather than all other input ports. I try put a conditional: data.port == 1, but no information was collected. Keeping in always, the data was collected normally, but not this way. I tried doing the same thing in a combiner and it worked (I filtered the event only through input port 1 and it worked). Why in the processor did not work?