Optimization of time when break

Hi Guys,

I´ve been working with UiPath in the last year and I’ve seen when I use break within a condition to end with specific data, it takes a while to kill all and start over. (within a loop condition) I want to know if there is any way to make it faster since the break condition takes at least 2 minutes to keep going.

Hi @abdieldeveloper

Break activity will not take much time to break the loop. If you have used nested loops then it will break one loop and other loop executes continuously. This might be reason it was taking lot of time. Check you flow once.

If not using the delay after also it takes the time to come out of loop untill the Delay time completes.

Hope it helps!!

1 Like

All right, I´ll check that and let you know, thanks.

1 Like

sure… @abdieldeveloper