I have a workspace app that accepts a kmz dropped on it. The result is a postgres/postgis spatial overlay with the kmz. When there is no resulting feature I need to send a message to the app instead of the resulting data. I have added NoFeature testers into my workspace to capture any streams that do not have output.
Just not sure how to generate a report and get that to the app when the workspace completes.
I am thinking now it would be nice to have a count from each of the input data streams whether there is a spatial relate or not.
Thanks for any direction.