How create the default Tasklist filter on app start

Hi!
I want to create the first default filter (to see all tasks) on Spring Boot app start – without Rest API requests and not manually by Tasklist GUI. Is it possible?
If i don’t mistake, there is an opportunity to set it in some xml config?

Thanks for ideas

@raliev you can configure below property in application properties in spring boot app.

camunda:
  bpm:
    filter:
      create: All  
2 Likes