Scripts in the experimental rules engine

Has anyone succeeded using script action in the experimental rules engine?
I tested something like this:
image

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.

Hello, according to:

It look like you can simply use:

print("################ module:", module);
1 Like