Skip to main content
September 28, 2022
Question

In Integration side, While Fetching Integration Data Some times we get Timed Out connection , we should loop in expression rule until status code gets 200 without using process model , we should achieve in expression rule

  • September 28, 2022
  • 4 replies
  • 0 views

Any integration function there to over come this challenge 

4 replies

stefanhelzle0001
Brainy
September 28, 2022

No. Why not just increase the timeout?

September 29, 2022

based on my requirement it should be 10 sec

stefanhelzle0001
Brainy
September 29, 2022

Then you need to refine your requirements.

harshitb6843
September 29, 2022

But every time you iterate thorugh that integration in the expression rule, you'll end up firing that integration again and restarting again. I don't think it would help. Stefan's idea is better unless you have a reason not to follow that.