Skip this question. The problem was with how the counter values were being updated, and had nothing to do with the reset.
On Wed, Sep 11, 2019 at 1:42 PM Mark Bean <[email protected]> wrote: > I have a counter which is updated within a custom processor. The UI allows > a given counter to be reset to zero. The UI shows an updated value of "0". > However, this does not update the underlying counter object's value. So, > the next time the counter is incremented, it is adding to the previous, > non-reset value rather than starting at zero. > > How does one pass the UI reset to the counter object? > > Thanks, > Mark >
