It doesn't seem to be possible to store a list of JPA entities in a workflow context at the moment. Storing a list works if containing elements are serializable. Storing single JPA entities works, too.
What do you think about this? Does it make sense? Looking at the code one would need another VariableType that does the handling. Before starting to dig deeper into this I would like to hear others opinions.
As a workaround I currently store a list of entities ids.
Thanks & Regards,
Stefan.
P.S.: The forum search is annoying. When searching for terms like "jpa", "list" etc. a warning is displayed that the keyword is too short (3 chars). 😞