-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.2.1
reproduce:
- use "invoice receipt Generated Forms" process
--> second task "assign approver" contains the filed "lastname"
<camunda:formField
id="lastname" label="Lastname" type="string">
<camunda:validation>
<camunda:constraint name="maxlength" config="25" />
<camunda:constraint name="required" />
</camunda:validation>
</camunda:formField>
the field contains the value from the start form
- try to complete the form
--> form cannot be completed. Following notification appears:
Cannot submit task form d0bf4a7c-85f0-11e4-b24a-28d244730e4e: Invalid value submitted for form field 'lastname': validation of required failed.
problem:
Request Payload is empty
hint:
the form can only be completed when the value will be changed.