The problem
Rule can be run in MainUI via the play button:

...or a single script via this button:

In both cases the only feedback is that the rule goes from "IDLE" to "RUNNING". For more feedback the log has to be opened.
Your suggestion
Show more feedback to the user, including:
- Logged messages, e.g. via
console.info() in JS rules.
- Stacktraces
- The time and state of the last execution, e.g. "FAILED 4 minutes ago"
The problem
Rule can be run in MainUI via the play button:


...or a single script via this button:
In both cases the only feedback is that the rule goes from "IDLE" to "RUNNING". For more feedback the log has to be opened.
Your suggestion
Show more feedback to the user, including:
console.info()in JS rules.