Execution/debugging from particular point

Hello.
Can someone tell me how to start execution/debugging from particular point in REFramework.for example I want to start execution/debugging from process Transaction only.

Hi
we can put that particular state as start node
using the option “Set as Start Node” on right clicking that state
but make sure that we have data for the variables and arguments defined

and i would suggest to not do this as we need to have some data for the variables and arguments defined earlier…
rather we can keep use STEP OVER option in EXECUTE tab in uipath
with which we can skip the intermediate states and and once after reaching the PROCESS state we can continue with debug mode with CONTINUE option

Cheers @varun5

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.