Problem with setting the variable

Hi @David_Krenz

In your xhtml, replace

<f:event type="preRenderView"
                     listener="#{camundaTaskForm.startProcessInstanceByKeyForm()}" />

with

<f:event type="preRenderView"
                     listener="#{camundaTaskForm.startTaskForm()}" />