I want to hold one set of features from one connection, until a feature comes through another connection to trigger their release. If no such feature comes they should never be released.
So similar to the FeatureHolder, but with a trigger for release.
I could probably create something with a merger/inlinejoiner or something, but I was wondering if there was a more elegant method/transformer?
Any thoughts?
Thanks,
Jonathan