How to get details of current running job and provide stop request to it… Take for example, if a same process is running in two different schedules, i want to get the current one and stop it. I have used “Get Jobs” activities to get all running jobs with specific process name, but i am unable to get the current instance if any another instance is running in some other schedule or VM. .
1 Like
I was having a similar doubt when I checked this topic, my doubt was solved checking this other topic: Stop robot if it meets a condition(if..else)
I’ve used the Terminate Workflow Activity.
I hope this link will be usefull!