Countdown Timer widget not re-rendering after a context refresh?
0
Hey all, So we're running into some issues while using the Countdown Timer widget, which counts down to an EndDateTime attribute of some context object, when we refresh the object in a microflowtimer. When we show the page (first time or when we show the page again), the countdown works fine, but we do not use the action of this widget but instead want to pause until the microflowtimer on the page checks for a different change to be made by a different user - which will refresh the object in client. Essentially, the timer gets stuck at the initial count and does not count down anymore (as if the widget is not re-rendered or updated in response to the context refresh). Anybody has an idea why this happens or has a solution? I read something about listeners and update functions in the widget but it isn't really clear to me. Refreshing the page works but feels dirty.