-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.9.0-alpha1, 7.9.0-alpha2, 7.9.0-alpha3
-
Component/s: cockpit
-
None
Expected:
- In Cockpit > Process Instance view > variables table > edit mode, clicking on `...` to set variable to null works as follow based on the variable type:
- if type is json, then it sets the value to {} or [].
- if type is xml, then it sets the value to <_/>
- if type is object, then it should be set to null.
Problem:
- the variable value is always set to null regardless of the type.
- setting null Object variables shows an exception when saving.