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
  • 0
    Certified Senior Developer
    I used httppostwithresponse and found that there was an internal (non-configurable) timeout of 10 seconds on these calls. I think the idea is you would use these in SAIL expressions where users are waiting synchronously and therefore, should not need more than 10 seconds.

    If you are using a script task already, why don't you just use the "Http Query" smart service instead?
Reply
  • 0
    Certified Senior Developer
    I used httppostwithresponse and found that there was an internal (non-configurable) timeout of 10 seconds on these calls. I think the idea is you would use these in SAIL expressions where users are waiting synchronously and therefore, should not need more than 10 seconds.

    If you are using a script task already, why don't you just use the "Http Query" smart service instead?
Children
No Data