I would like to show the number of workitems in each inbasket on the treenodes. I am thinking to use response filter to just add that to the label, but it doesn't refresh once the workpane is loaded for the first time. Is it possible to create a plugin service to update this periodically?
Answer by gone.fishing (1294) | Jul 21, 2016 at 11:57 AM
From what we can determine, you need a plugin to append the count to each label plus create a timer to reload the page periodically to update the count. An extension of that would be to create a timer per inbasket plus a service to retrieve the count to update each inbasket individually.