The service return a list of complex results under the form of an Hashmap, which I set on the process.
I was not able to understand how the Camunda JS SDK interacts with process variables. I would like to have a task form which shows side by side the input element and the matching result. Can that be achieved without deploying custom forms?
It isn’t really clear to me what you are trying to achieve but complex form without custom forms is probably not possible.
Maybe you can work directly on the HTML form file in the TARGET folder where the deployed assets are.
If I understood correctly I need to deploy those custom forms inside the cockpit webapp, customizing it and not inside my webapp that contains the processes. Is that correct?
Is there a working example of using lists / maps in the forms?
How are process variables sent to form? Are they just serialized as byte arrays, are they converted to json or should I convert them to json? (I use a custom json library)