Hello,
I’m wondering the best way to convert a JSON string within my BPMN process into a context.
Kind of the opposite of this Conversion functions | Camunda Platform 8 Docs
I think a FEEL user-defined function could do the trick but I can’t get my head around it: Functions | Camunda Platform 8 Docs
I could try build with the value mapper SPI but I’m not sure how to load it after in Zeebe: Value Mapper SPI | FEEL-Scala
Ultimately, it is possible to build a utility worker but I believe there is an easier and more elegant way.
Thanks for your help.