Timeout Error
The “Timeout error” happens when our module does not get an API response in a timely manner, usually 40 seconds.
In case these errors do not happen constantly they, usually, are caused by some temporary issue on the app’s server-side.
You can prevent your scenario from being deactivated due to the “TImeout error” with the use of our error handlers.
e.g. “Break” - In case of an error, data bundle processing gets paused for the predefined time period and then the same action will be tried again.
You can find more information on error handling in this article.