How Stop Job from Orchestrator works

Hi All,

I wanted to understand how Stop job works from Orchestrator?

If I have used Should Stop activity in UiPath code then if I press Stop job from Orchestrator, it will continue it’s execution until it hits a “Should Stop” activity in the UiPath code but what if I click on Stop job from Orchestrator if I have not used Should Stop activity in the code? How will it work?

Thanks in advance!

Hi @Akansha

If you dont give should stop then your stop signal wont be taken.

If you want to stop at that time then you should use kill process instead of stop

Cheers

Cool! Thanks Anil !

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.