Exam UiRPA All QuestionsBrowse all questions from this exam
Question 8

When a workflow is started in Run mode, what happens when there is a breakpoint on an activity?

    Correct Answer: B

    When a workflow is started in Run mode, and there is a breakpoint on an activity, the workflow will pause at the activity until the Continue button is clicked. This allows for manual intervention or review at the point of the breakpoint. This mechanism helps in debugging and ensuring correctness of the workflow execution.

Discussion
Bessie_Li12138Option: A

why B is incorrect

SkartenV

because only in debug mode exists the breakpoints, not in the run mode

Manuraj2002

because breakpoint work in debug mode only not in run mode .