Hello,

is it possible to insert an Arraylist of facts like this?:

ArraList list;
wm.insert (list);

And if yes how can I iterate over the list in the when-part of the rule?
The rule should be applied to all elements of the inserted list.

A short drl-example would be perfect.

Kind Regards
Thomas