Hello everyone We have a process, where we parse a CSV file. For each line a web service is called (in a loop). Our error handling catches timeout and other errors with The problem now is, on the second timeout (or other) error, Ivy throws an What are possible solutions for this problem? We can't send all lines at once, because the web service is third party, and also it is crucial to catch every error to handle it. Any help will be appreciated. Here's a picture of the process: asked 10.04.2018 at 09:45 rhorber |
You can break the error loop by putting the webservice call into an own sub-process. And move the error handlers into this process. Here is a sample: There is also a issue on our roadmap to make this error handler easier. But it is not yet done: answered 11.04.2018 at 05:33 Reguel Werme... ♦♦ It works flawlessly. Thank you very much!
(11.04.2018 at 10:51)
rhorber
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 10.04.2018 at 09:45
Seen: 2,058 times
Last updated: 11.04.2018 at 10:51