Stop robot if it meets a condition(if..else)

I want to stop the current job on my robot, if a certain condition is met.

For example: in orchestor in schedule, I put it from 5:00 am to 5:00 pm that my process is executed, but if it fulfills a condition in the executed process that the execution stops.

what activity can I use?

2 Likes

@Jhunior Refer below link

How to forcibly end Robot?

Hello!

You have 3 ways to do it:

  1. use Stop Job Activity (v2018.1) to stop on Orchestrator;
  2. Use Terminate Workflow Activity to end the process flow;
  3. Use a final stat when the condition gets true.

I think the 1st and 2nd it will be easier for you.

Hope it Helps.

Regards,

1 Like

Okay, thanks for your help :slight_smile:

1 Like