Hi all, <BR><BR>I'm using a global thread to invoke a function that starts a new httpwebrequest. The purpose of it is to download large files over HTTPS. <BR><BR>A problem is occuring when I try to ...
The expected behavior here would be that since $res in the 2nd scenario has errored out due to no such host, that $res would be populated with some flavor of error ...
But since the web stream from Invoke-WebRequest is hanging the Activity Function up, I cannot implement Durable Retry or Durable Wait in the Orchestrator function. I've tried wrapping each ...