Kill Processes and Restart Same Robot Again

Hi im new for uipath and orchestrator. This is what i want to do is;

I have robots and some processes running on it.

I was asked that we’ll have a model, every 15min. check to orchestrator and processes that fault state and if any fault state found kill the spesific process(such as chrome excel etc.) inside robots. after that run process in the same robot again. But i do not know how to start and what to do.

thanks for all your helps
regards.

break your Workflow into smaller pieces(you can use “Extract Workflow” option) and and use the workflow extracted using “Invoke Workflow” activity.
Whenever you want to rerun any workflow, you can run without rewriting the logic again.

1 Like