-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.4.0, 7.5.0-alpha3, 7.8.0-alpha5
-
None
Scenario:
- a generic start/task form with form fields in the BPMN XML
- user in tasklist enters no value for certain fields
Current behavior:
- tasklist submits all variables; those that have no value are submitted with an empty String value in the variable JSON
- process variables are created for these values
- some form field types are not able to handle an empty String value (e.g. date) and submitting fails
Expected behavior:
- Only those variables are submitted for which a value has been supplied
Forum post:
https://forum.camunda.org/t/error-in-non-mandatory-date-field-in-generic-form/331