Embedded Form: enum-type works not over multiple user tasks

The same question was already asked two times (here and here), but not answered, so I try it with a bit more explanation…

In this bpmn model incident_management_process.bpmn (40.6 KB) I have a form in a start event and also in a user task. The two forms share some fields, some of them are of type enum (select). Here is an example:


Now, when I execute this model and I select another than the first option …
image

… I would expect that as the process variable now has the value “V2”, which I double-checked in the Variables View of Cockpit, this value also get selected in the form of the user task, but instead the first option is preselected:

This seems to be a bug!?