[rules-users] accumulate Map()

Wolfgang Laun wolfgang.laun at gmail.com
Mon Mar 3 15:24:53 EST 2014


Guessing game time, huh?


On 03/03/2014, Gopu Shrestha <gshrestha at tmghealth.com> wrote:
> This accumulate is not working.. any advice?
>
> $headers : Map() from accumulate(RulesHeader($headerName : name in (
>                 "some_ErrorInfo"), $headerValue : valueAsString not in
> (null, "")),
>                 init(Map headers = new HashMap();)
>                 action(headers.put($headerName, $headerValue);)
>                 result(headers))
>
>


More information about the rules-users mailing list