Hi,

I have a need to set an alarm in both the Element DoFn as well as the
OnTimer code block. I need to ensure that I do not overwrite a already set
timer, is there a way to check if a Timer has been set?

One thought was to use a ValueState<Boolean> which I can manually set /
unset as part of the operations. Thoughts?

Cheers
Reza

Reply via email to