Exactly
@Sean Scudellari, think of it like this what if you are doing a check at the start of your work step for any kind of exception or doing this check anywhere in between. If let say transaction 1 faced an error and it stayed in the variable for some reason by the time we went for second transaction, this check can produce wrong results as it will think this error belongs to the current transaction whereas in reality it belonged to the earlier transaction.
This not only extends to exceptions but it can be extended to anything ranging from a simple Flag value which can determine a key condition to anything complicated like a collection which is supposed to carry key data from a given transaction item. As a best practice, once you have decided that a work item is marked as either completed or an exception you should always reset key data items and collections so that none of the data for that transaction item can be carry forwarded to the subsequent transaction item that can result in having incorrect data or invalid steps being executed going forward. This is the major purpose of having the '
Reset Global Data' Items page.
------------------------------
----------------------------------
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 this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.