Has anyone succeeded using script action in the experimental rules engine?
I tested something like this:
But get this error:
[ERROR] [internal.handler.ScriptActionHandler] - Script execution failed: ReferenceError: “logInfo” is not defined in at line number 1
I’m pretty certain that logInfo and the other actions do not exist in the Experimental Rules Engine. The ERE is a wholly different thing with almost nothing in common with the Rules DSL.
I have no idea how to log from the ERE. It might not be implemented yet.