Configure the order in the user task list

Hi there,

I started with a spring boot app for my Camunda project. In the application.yaml file, one has to add at least these entries:

camunda.bpm:
  admin-user:
    id: kermit
    password: kermit
    firstName: Kermit
  filter:
    create: All tasks

When the application is started and the tasklist is started in the browser, it looks like this:
TaskListAtStart

However, I want that the second column is order by priority descending. How can I achieve that?

Many thanks in advance,
Christian