I have script task which is configured to invoke an external web service via htt

I have script task which is configured to invoke an external web service via httppost function. I am curious to know if there is any custom property that exclusively defines unattended node execution time out and httppost function execution timeout and which takes precedence.

OriginalPostID-187572

OriginalPostID-187572

  Discussion posts and replies are publicly visible

Parents
  • The external web service we are trying to invoke returns the raw document in base 64 format which can go up to 5 MB sometimes. I don't want to expose this raw base 64 string into Process Variable and hog process memory. Instead I have created a wrapper function around this httppost which converts the base 64 string into apian document, which I am saving it in Process Variable. Using "Http Query" smart service defeats whole purpose of not exposing raw base 64 string into Process Variables.
Reply
  • The external web service we are trying to invoke returns the raw document in base 64 format which can go up to 5 MB sometimes. I don't want to expose this raw base 64 string into Process Variable and hog process memory. Instead I have created a wrapper function around this httppost which converts the base 64 string into apian document, which I am saving it in Process Variable. Using "Http Query" smart service defeats whole purpose of not exposing raw base 64 string into Process Variables.
Children
No Data