Wait/sleep in PaperUI experimental rule engine rule - how?

The is no sleep in JS (ECMAScript 5.1). If you install Jython, you will also have the option to use a script action using it. Then you can…

from time import sleep

sleep(5)

I recommend not using the UI rule editor in Paper UI and just write your rules in scripts. Currently, the easiest way to install Jython is…

But you can also install it manually…