Timer to refresh the task query in result list

Our client requested to auto refresh the task list in certain interval(2 minutes for example). I dived into this without any good solution.

I tried to use the timer in the process, however found out that the stateless process does not support timer. I would appreciate the XCP guru to share your thoughts on this.