I have something which needs to change state say 15seconds before the end of its validity (which means state is now eligible to reactivate)
so, I’m not sure how to model this, since there no “time” Flow.
I could setup a timer flow to the given value, but I don’t trust it to be accurate, so I basically just generate a “tickle” which then reevaluates the condition (i.e. the 15 seconds before end of validity)
Or, can I rely on it? To just inform the state to change to “eligible to reactivate” without double checking?