Hi guys,
 
Is it possible to insert a new fact in the ruleflow action nodes?
 
I tried it simply adding an "insert(new Object())" instruction
in the action-node "textual editor" but I got back the following
exception:
 

org.mvel.PropertyAccessException

: unable to resolve property: insert(new Object())

Is it a simple dialect issue ? How to do it correctly?

Thank You!

 

Massi