Hi guys and gals,
I am running in to some issues when having to close a sequence.
So here is what I have, it is a bot that in order to access a certain Citrix App it first needs to log in to an account in Chrome and then download the app from there.
However the issue is that the account can sometimes have an expired password. What I want to do is to try and log in and if it cannot login then to send me an email and then close the whole Sequence.
The issue I am facing is that it tries to continue with the execution of the Sequence and then throws an error. What I have tried is to wrap the part that throws the error in a try catch and in the catch part I have tried with Terminate Workflow (on which I cannot find anything on the docs) and with the Kill Process however non of these seem to be working.
So guys and gals can you please help me with this as I have already locked the account once and I do not want to lock it again, If you have any advice, tips, trick, links that would be of help it will be very much appreciated.
Thank you for your time.