Execute Activity Rule in Java
I am trying to run a separate Activity rule in a Java function. I've tried using both tools.doaction() and tools.doactivity() Public API methods but both reset the current primary page which I believe is the normal behavior. Is it possible to avoid this reset and have then activity run as if I was calling it from another rule instead of the java code?