Hi Flink Community, I have a question about knowing what triggered a window when a window function is executed. We have a case were multiple triggers can fire on a window and it would be helpful to understand which trigger is was once the window function is called. I'm not sure if there's a way partitioned state can be used so it can be accessed both by a trigger as well as the window function. Knowing the current watermark in the window function would be enough information if that's easier to accomplish.
Thanks for your help, Andrew Griess