Hi,
Is it possible to halt the normal data flow (preferably with a transformer), and ensure that a certain transformer receives and processes one feature at a time before the next feature is provided to it ? Some sort of "semaphore" or "street light" functionality ?
I have a custom transformer that works perfectly, but its logic is only valid on a single feature.
Plan B is to redo the logic, but if the above is possible, it would be much simpler.
Cheers.
Lars