I have a process variable with type of list.
I am fetching this variable in AngularJS in my embedded form, but it seems list type is not being recognized by AngularJS, and I am only getting serialized value of the ArrayList.
Any Idea how to parse List objects in embedded form?