The problem is indeed that serialization can change slightly between JDK versions. The alternative is to not rely on serializable objects, but to store the variables in a format that is not prone to these changes, for example by transforming the object to a json variable (JsonNode) and back.
joram
4
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Flowable-Admin - problem with Variables | 5 | 2291 | October 2, 2019 | |
| Flowable-admin UI fails to show process/task variables | 5 | 1442 | October 25, 2017 | |
| Flowable transforming JSON/Serializable variables | 7 | 6154 | July 12, 2024 | |
| Spring version change causes java.io.InvalidClassException: org.springframework.util.LinkedCaseInsensitiveMap | 3 | 2497 | March 25, 2018 | |
| Issue when creating a Variable with a Java Object | 2 | 687 | June 15, 2021 |