A developer executes the following workflow in Debug mode with "Continue on Exception" enabled.
How many times will the workflow pause the execution?
A developer executes the following workflow in Debug mode with "Continue on Exception" enabled.
How many times will the workflow pause the execution?
In Debug mode, breakpoints will cause the workflow to pause at the specified points regardless of the 'Continue on Exception' setting. In the given workflow, there are two red breakpoints, meaning the workflow will pause twice at 'Retrieve Files from Email' and 'Input Data to Website'. Thus, the number of times the workflow will pause execution is 2.
Answer should be 1/option B as "continue on exception" won't stop the breakpoints from working as this process is being run on debug mode and not run mode