Using UiPath to Monitor or control another bot like process running on the machine

I have a test automation tool that runs an HP UFT script on my machine. Currently we would like to keep the script as is, but have UiPath watch and control the machine when this script is running.
E.g. The UFT script may be testing a desktop application on the machine. If the UiPath bot sees that the script is stuck on the same screen for too long, or if a certain screen with a certain value appears, it should intervene, open the UFT window and stop the script.
Has anyone tried something like this before, a UiPath bot controlling another bot like process? I was hoping an FOR might serve the purpose.

1 Like