-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.4.0-alpha3
-
Component/s: engine
-
None
Precondition: update camunda version from 7.2.0-alpha1 to 7.3.0.
If there are 2 user tasks and each of them has a form field with same id of type enum but with different enum values. When execution arrive to second user task the a exception will be thrown (ProcessEngineException: Invalid value for enum form property: <some property>).
In attachments you can find a process diagram. I will commit on github a unit test that reproduce this behaviour.