cancel
Showing results for 
Search instead for 
Did you mean: 

Step Out / Step Over

SamLima
Level 7
could anyone give me examples of how running will act if we use step over & step out if exceptions occur in subpages?


------------------------------
Sam Lima
------------------------------
1 BEST ANSWER

Best Answers

Hi @SamLima,

Whenever you are running/debugging your process and let say any exceptions occur in the sub page, then always your process would halt whenever an exception comes and the control would be on that particular stage within your sub page where that exception occurred.

You can see that I have created the below workflow:

Main Page: 

32016.png
Sub Page:

32017.png

As you can see, in the sub page I am introducing an error in the calculation stage as I am dividing a number by 0 which would result in an arithmetic exception

Whenever I try to either Step Out from Main Page or Step Over that page reference stage for sub page from my main page, my execution will halt at the calculation stage in error inside the sub page as shown below:

32018.png
So to answer you question, no matter how you debug your workflow in no exception handling logic has been used your process would halt and be in Failed state whenever an exception occurs in any sub page and the control would be at the stage which is having the exception






------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------


Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

View answer in original post

1 REPLY 1

Hi @SamLima,

Whenever you are running/debugging your process and let say any exceptions occur in the sub page, then always your process would halt whenever an exception comes and the control would be on that particular stage within your sub page where that exception occurred.

You can see that I have created the below workflow:

Main Page: 

32016.png
Sub Page:

32017.png

As you can see, in the sub page I am introducing an error in the calculation stage as I am dividing a number by 0 which would result in an arithmetic exception

Whenever I try to either Step Out from Main Page or Step Over that page reference stage for sub page from my main page, my execution will halt at the calculation stage in error inside the sub page as shown below:

32018.png
So to answer you question, no matter how you debug your workflow in no exception handling logic has been used your process would halt and be in Failed state whenever an exception occurs in any sub page and the control would be at the stage which is having the exception






------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------


Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------