- Set a List variable serialized as JSON in a process instance
- Use that variable as a multi-instance loop collection
Current behavior:
- Element variable is serialized via Java serialization
Expected behavior:
- Element variable is serialized in the same format as the collection variable (here: JSON)
Related forum post: https://forum.camunda.org/t/passing-variable-to-subprocess-as-json-marshalled-variable/385