-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.6.x
observed
- when
- I submit a start form with formField with default value which is marked as businessKey
- then
- variable with default value is added to the scope
expected
- when
- I submit a start form with formField with default value which is marked as businessKey
- then
- variable with default value is not added to the scope
Hint
see org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler#submitFormVariables
check for business key is missing.