Hi,
Something strange happened. It’s not Camunda related, but just in case someone knows.
I had an arraylist
[{“orderNo”:“63NN6”,“orderDate”:“2018-03-01”,“orderId”:8,“orderClient”:‘LibraryA’}, {“orderNo”:“67RRT”,“orderDate”:“2018-03-01”,“orderId”:3,“orderClient”:‘LibraryB’]
I have a multi-instance Call Activity and I iterate over the arraylist as collection.
The Element variable would be for example:
{“orderNo”:“63NN6”,“orderDate”:“2018-03-01”,“orderId”:8,“orderClient”:‘LibraryA’}
and in the Cockpit it was shown as Serialization Data Format: application/json
However, I tested again my process and I noticed that the element variable is of application/xml now!!
and the data are:
That would not be a problem but for some reason some properties (e.g. OrderDate) are missing from the xml!!
Any ideas?
The only change I made in my IDE was to set the Target byte code version to 8 (before it was 1.8 but now there’s only the option of 8).