If a process failed, I would like to run the process automatically on the same BOT programmatically. Is it possible to do this using RPA or Python? My program need to extract the recourse information where the resource state is idle a...
Multiple processes are running in the BOT like for 10 min in a sequence. If a process scheduled now and failed, I can't restart it immediately as it may overlap the schedule time of the other process. Hence, I am getting the failed process and corr...
Hi Charles Trott,
I am able to find the resource is idle from the DB table. But from which table and column, we can find the connection established or not.
I tried many tables but not able to find the value. Could you please ex...