-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
Steps to reproduce:
- create a process that expects a variable of type Object (so that the variable will be deserialized)
- start a instance of that process with a serialized and transient variable
Observed Behavior:
- In case of variables of type Object the variable will be deserialized to null
- In case of variables of type JSON or XML the deserialization fails with a NullPointerException
Expected Behavior:
The variable is deserialized into the expected value.