How to Get Camunda ArrayList Length
I have this variable called ListItems
in Camunda 7.16 on Java 14. The variable Type based on the Variables tab is an Object
and its value says java.util.ArrayList
. I’m stumped as I tried to get the item count in ListItems
as a parameter in http-connector
payload with Assignment type of String or expression.
How to Get Camunda ArrayList Length
I have this variable called ListItems
in Camunda 7.16 on Java 14. The variable Type based on the Variables tab is an Object
and its value says java.util.ArrayList
. I’m stumped as I tried to get the item count in ListItems
as a parameter in http-connector
payload with Assignment type of String or expression.