[Refresh] Reload Task from within TaskForm

Hello everyboy,

I want to reload every 30 seconds the content of the form without reloading all the page.

Is it possible ?

Thank you

That should be doable with JavaScript code within the form (https://docs.camunda.org/manual/7.14/reference/embedded-forms/javascript/).

Just for reference - Othmen also reached out to me directy and reminded me of an older post of mine: https://groups.google.com/g/camunda-bpm-users/c/Mn0CUv5dSYk. The solution sketched there can also be seen in the code in this (unmaintained!) example: https://github.com/camunda-consulting/code/blob/master/one-time-examples/2017-roadshow-cmmn-neuantrag-leben/src/main/webapp/case-form.html#L251