Currently, The Testfilter transformer returns entities to the output port that responds to the first conditional statement that the entity verifies.
However, as indicated in the title, there is some cases where I would be interested for the same entity to be able to exit by zero, one or more output ports at the same time depending on the number of conditional statement it verifies.
It would therefore be duplicated as many times as it checks a conditional statement.
In my opinion, this feature could be implemented through a new TestFilter transformer parameter or a new transformer.

