A developer runs the following workflow in Debug mode with the "Continue on Exception" option enabled.
How many times will execution of the workflow pause?
In Automation Anywhere's debugger, a solid/filled red breakpoint marker indicates an active breakpoint that will halt execution when reached, whereas a hollow (unfilled) circle indicates a breakpoint that has been added but is currently disabled and will not stop execution. In the depicted workflow, only the "Extract Data" and "Validate Information" actions have filled (active) breakpoint indicators; "Obtain Invoices from System" and "Send Business Email" show hollow (inactive) breakpoints, and "Use OCR on Files" has none. The "Continue on Exception" setting only determines whether the bot keeps executing after encountering a runtime error—it has no bearing on breakpoint pausing. Consequently, the debugger will pause exactly twice during execution.
Community Discussion