Hi all,
I was wondering how to start a process via REST-API with a "plain" JSON payload?
My question belongs more to the "plain" JSON payload. My payload is a JSON data structure that is not structured in the "Camunda way" as {"aVariable" : {"value" : "aStringValue", "type": "String"}. There is no type information in my JSON data strucutre available -> "plain JSON".
Is there a possiblity to pass an individual JSON object? I already tried to package everything into a quoted string and pass as one variable. Unfortunately, in this case I cannot use the object in the BPMN conditions.
Different BPM processes should be started from different clients / systems (SOA landscape). At the moment, all clients have to remap the existing JSON data structure in the Camunda JSON data structure. Furthermore, I would also like to pass complete data structures (deep data structures) and not only flat data structures.
How do you normally solve this scenario?
Thanks, Matthias