How to pass and display an array in the workflow's task?
Hello,After starting a workflow I populate ArrayList<String> in the TaskLsitener and i want to show its content in the workflow's tasks. How can i achieve that?Freemarker supports arrays so creating an ftl shouldn't be a problem.I can create variable...