so, if you have a loop around your calling of a REST API, wouldn't you have to update the while loop variable to false in the main logic after it invokes the REST API and succeeds? Otherwise if it never fails, it would call the API forever and we only want to call it once if it is successful
Even I had the same question while watching this video. What happens if the FTP call was successful then it will go into infinite loop if the run iteration variable is not updated to 'false' after the invoke activity.
Thanks for OIC retry video.I have built an OIC process which reads record by record from file and then calls API.My requirement is that the integration should retry the transaction once on error after waiting for 5 minutes.Where should I fit the retry logic as mentioned in ur video.Also I need to send success and error report
Hi Sir, I am trying to resubmit the error integration but am not getting the resubmit option any in error section , what i need to enable to get that option.
Nice
Thanks
super
Thank you
so, if you have a loop around your calling of a REST API, wouldn't you have to update the while loop variable to false in the main logic after it invokes the REST API and succeeds? Otherwise if it never fails, it would call the API forever and we only want to call it once if it is successful
Yes, we should do this.
Even I had the same question while watching this video. What happens if the FTP call was successful then it will go into infinite loop if the run iteration variable is not updated to 'false' after the invoke activity.
Thanks for OIC retry video.I have built an OIC process which reads record by record from file and then calls API.My requirement is that the integration should retry the transaction once on error after waiting for 5 minutes.Where should I fit the retry logic as mentioned in ur video.Also I need to send success and error report
You can put the wait aciton under exception handler.
How to reprocess integration with in oic,both synchronous & asynchronous
You can only re-process asynch one way integration not synch.
Hi Sir, I am trying to resubmit the error integration but am not getting the resubmit option any in error section , what i need to enable to get that option.
Only the integration are of asynch types can be resubmitted..
thank you sir
Sir is there any way to convert timestamp in oic to integer format?
Thank you 😊
What is input and expected output?
Whole timestamp I need to convert to integer
Can I retry after 4 hours using WAIT activity?
you can in asynch integration...
@@TechSupper any video for async integration?
What is the use-case Pratik ?