Activities got skilled while debugging Process

Hello Everyone,

I have developed a process in which I am using a Run Query activity.
But when I run the workflow in Debug mode, the activity gets skipped.
Even after applying a breakpoint, the bot does not stop at that step.

please help me understand why this is happening?

Hi @Dheerendra_vishwakarma

By any chance do you have continue on error property checked for that activity ?

Or continue on exception checked under debug panel?

@Dheerendra_vishwakarma

Any perticular activity getting skipped?

Hello @Dheerendra_vishwakarma

Have you filled out the output for Datatable on the Run Query activity?
If you are inspecting the datatable for data, which is not there, then perhaps not defining this output could be the cause.
Queries can be quick to run, so not seing data could perhaps give the assumption that the activity is being skipped.

Regards
Soren

Run query, dowload storage file and all…

Run query, dowload storage file and for othewr activites … in this activities bot stops but it is showing where it stops.