Exam AD01 All QuestionsBrowse all questions from this exam
Question 58

Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio:

There are no breakpoints in the "Access Customer Account" subpage however there is an error.

What will happen if you choose to step out (SHIFT +F11) when debugging the process?

    Correct Answer: D

    If you choose to step out (SHIFT + F11) when debugging the process, the process will execute all stages in the 'Access Customer Account' page until an error occurs. Upon encountering the error, the focus will move to the 'Exception1' stage. This is because the Recover1 stage captures the exception, and subsequently, the Exception1 stage is triggered. Therefore, the correct answer is that the process will continue to the 'Exception1' stage after the error is thrown.

Discussion
sogoku_ichi_2907Option: D

Obviously, D is the correct answer.

Lucy_Il

I don't think it is as Recover2 will be the first stage the process focuses on after you step out of the page.

Lucy_Il

I stand corrected :D tested it exactly as described and it Focused on Exception1

abain89Option: D

Should be D

tatty_ko

Tested with BP 6.6. The focus will be on the Recover stage. So the answer is B

tatty_ko

Sorry, you are right. The answer is D.

iteOption: D

it's d

coolalaOption: B

After running a simulation, I think the ans should be B

LH1213Option: B

B- it will move to recover 1 and then exception 1