Check Run query time out!

Hello all
I have REF framework in the initialization i do a query sometimes its time out..
if i set it to continue at error it will not retry !

how to retry this!
can i check the result OR?

BR

@Hazem_Saleh

You can use Retry Scope. Just set the number of retries you want and keep the condition blank.

@Hazem_Saleh

Try this

cheers

Thanks but how to catch if its times out!

so this one can retry !

hello,
is Timeout will be captured there?
or only try number of times!

hazem

@Hazem_Saleh

Activities inside the retry scope will wor as usual means if the query timeout, bot will retry the query for the number of times.

Cool, i will try this :slight_smile:
thanks

1 Like

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