Can Camunda Modeler facilitate the passing of input parameters in the form of a Map containing keys and values of array type?"
f.e
Here, I want to pass ‘status’ as an array, with ‘status’ itself acting as a key in the map.
Hello my friend!
I apologize for the delay in responding, I took 5 days of vacation to rest a little, and I was partially offline during this period.
This “status” you are trying to access within documentCreate… is it returning an array?
William Robert Alves
i whant to hardcode status with some array in camunda modeler
something like
status : [aaa,bbb,ccc]
does this possible ?