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
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
You can use Retry Scope. Just set the number of retries you want and keep the condition blank.
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
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 ![]()
thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.