-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.6.x
-
Component/s: engine
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.