I want to use a JSON Object in the activity variable
so i have a declared JSON Object:
[
"test.jpeg",
"test.xml",
"test_de2.mp4",
"test_season.jpeg",
"test_series.jpeg",
"test_v05.mp4"
]
I put this as a process variable :
processVariables.put("result",jsonObject)
is it possible to acess a single element via the expression language?
like
${result[0]}
or something like this?
I tried a bit around but it did not work. I can't even find a good documentation for the expression language used in activity.