Serilization-Format for Input/Output of external Servicetask

Hi,
is it possible to change the serilization-format for input-fields? I would like to pass an object via externaltask to another programm, so it would be great to serialize it to json and not java-serialization.

Hi @nashorn,

This can be done through the Spin library. You can check out the following doc pages for some help with this:
https://docs.camunda.org/manual/7.11/user-guide/data-formats/data-formats-in-processes/#serializing-process-variables
https://docs.camunda.org/manual/latest/reference/spin/json/04-mapping-json/

Best,
Nikola