Hello, I have a Process entity with its inputs and outpus. At some point I want to update the information and change the value of its inputs and outputs, but when I send a message creating or updating this entity the new inputs or outputs are appended to the current ones.
Is there a way to change the input or output array instead of appending these to the list? PD: I am using Kafka communication Thank you very much, Best regards, Jo
