Can you please help me if it is possible to have custom serialization of process-variables? E.g. I’d like to have some process-variable fields automatically injected from an external (order)table - like:
- we have an external master-order-table that come from higher level - orders (JSON) are identified with order-id
- I’d like to use the master-order-table injected in camunda (e.g. camunda receives the master-order-id) - but I’d like to modify and re-re-serialize them back to the master-order-table automatically after a node executed that dealt with such data
Can such achieved? What I’ll lose with this?