Hello,

I have a Hashmap<String, Double> hm as Input and want to execute the rule
for each key respectively value.

when
        hm: HashMap()
        value: Number() from hm.values()
        key: String() from hm.keySet()
then ...

But unfortunately it doesn't work like this. Any ideas?

Regards
Thomas
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to