Refresh task list on starting a process

Hi,

My query is that, when a user starts a process by submitting a start form from the Camunda UI, the ‘task list’ does not refresh listing the new user task (In this project a new ‘user task’ gets allotted to the same user who starts the process).

If this is the default behaviour how to force the refreshing of the task list on start form submission.

Thank you.

Hey @Nis_J,

you can configure your filters to auto refresh which should introduce the behavior you are looking for:

Best,
Tobias

That works! Thanks a lot!

It’s exactly what I was looking for. Thanks a lot for the solution!