I want to create a looping robot that can be stopped in the middle of the execution by using a single hotkey (in this case, I use Esc). Is there a way I can make it without involving Terminate Workflow activity, because it caused an exception. I want the robot to be just done without any error in the Output panel when the hotkey is triggered.
Additional info: I used Trigger Scope, Local Trigger, and Parallel activity in my workflow.