I am working on a project currently.
The problem which I am facing is if the member ID is found then I need to proceed for the further scrapping process else the bot should throw business rule exception(BRE) like “No member found”, after throwing the BRE it should enter the next member from the Queue.
But after throwing BRE it is stopped by throwing the error as in the attachment, but I need the bot should enter the next member ID without stopping even after throwing BRE.
If you are using the Reframework, whenever a BRE happen, it will go to the Get transaction state and select the next item. So if the ID is not found then you can use Throw activity to throw the BRE. Then it will go to Get Transasction state.