Hey @Product,
I have a web RPA WF that has numerous 'Switch to a new window in a browser session' WAs because the website my WF interacts with always opens things in new tabs instead of in the same tab.
This has only happened once so far, but I had a WF run where the user was logged out of the system. Thus, when the WF came to a 'Switch to a new window in a browser session', the tab that the WF was to switch focus to wasn't actually there. The job as a result ended with an ITC:
https://portal.skillpack.io/wrkstation/97733db5-b6e0-4c94-9f09-8b5de46eb065
Is there any particular reason that this job ends in an ITC if the window/tab that the job is searching for wasn't found? It seems more apt to have this outcome be an 'Unsuccessful' path instead. The main issue that this presents for me is I can't have any error handling branch in my WF (e.g. re-log in); the WF just stops unbeknownst to me unless I check on it.