Hi,
we have to download a file (via https URL), which is generated on the fly and so it takes some time. Currently the easymorph actions runs into a timeout.
Is there any possibility to set a higer timeout (for a action or generally)?
Kind regads
Peter
1 Like
Hi @riegler-eConsulting
Have you tried to use WebRequest / IterateWebRequest action(s) to download a file? (Mode Fail if HTTP error, otherwise save response body to file
, Tab Response
). This action uses WebLocation connector, which allows you to specify the timeout directly.
2 Likes
Hi @ckononenko,
thx for your hint - sounds good - I’ll check it.
Kind regards
Peter