Create default Tasklist filter on app start with auto-refresh

Hi all, I am trying to create a default Tasklist filter at app start-up with spring boot like suggested here: How create the default Tasklist filter on app start. I can create the filter and this step is fine. However, I would also to enable the auto-refresh property like I would do from the WebUI of the filter: Filters | docs.camunda.org. However, I am searching a way to do it at start-up from the spring boot config. Is there any way for this?

Thanks!

1 Like

Hi, @matteopantano. Do you want to auto-refresh task-counters, that are displayed on filters?

No @raliev I would like to filter the available tasks for a certain user

Hi @matteopantano,

The below post might be of help to you