Problem: OpenScript does not go to the next iteration after handling of Exception
问题 I have built my own error handing in OpenScript osing standard Java try{ } catch () { } Everything works correctly, It handles exception correctly. But the problem is that afterwards script does not go to the next iteration, but just calls the public void finish() throws Exception {} How can I make script go to the next iteration after successfully handling of the exception? 回答1: Ok, I found the solution. The situation is that if OpenScript generates one of its own exceptions (e.g. form is