Result Handler value changes after copy and move why
Q. Sometimes, it seems like the Result Handler in operations gets initialized after copying to different Steps or to Functions? For example, JumpToStep becomes AbortAsError or something like that --- can someone tell me why?
A. STU has been designed to help the bot builders avoid forming accidental "infinite loops". When copying or moving Verification operations, and if they include "JumpToStep" as one of the Result Handlers, it is designed to initialize the option automatically which is AbortAsError. This applies to the GoTo operation as well.