Hello All, On a ServiceTask in the Eclipse Designer I'd like to have a field in which I can set a Map of name value pairs. How do I or can I do that as an Expression? Example: Field Name: testMe String Value/Expression: [name1:value1, name2:value2,… etc]
I'd like to set my Map as a field and not have to parse a string or call a bean.
That's currently not possible for a ServiceTask with a Java class. What you could do though is use a Spring bean and inject the Map in your Spring configuration.