Hello,
I'd like to specify a long time duration window (say 1 day) but write a custom trigger to force processing on a more frequent interval (say 10 minutes). Similar, at least initially, to the thread recently started by S. Carey (Firing windows mulitple times). However, each time the window function gets the data to process is it possible to update the data objects received by the iterator and have those stored back in the "data buffer" maintained by the window. Or would this situation be better handled by using a ListState in parallel to the window functionality? The ListState storing the updated data. Regards, Paul