When a workflow is started in Run mode, what happens when there is a breakpoint on an activity?
When a workflow is started in Run mode, what happens when there is a breakpoint on an activity?
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.
why B is incorrect
because only in debug mode exists the breakpoints, not in the run mode
because breakpoint work in debug mode only not in run mode .