Workflow Timeout - Specifically Web Service Call

  • 13 July 2016
  • 1 reply
  • 11 views

We are using Nintex for Office 365 and are wondering what the timeout is for calling an http web service.  We are building a service that will take about 3 minutes before responding with a status code.  Will workflow timeout before the status is returned?

 

Thanks!


1 reply

Userlevel 6
Badge +16

Perhaps you could have in your web service a method for making the call, then add a 5 minutes pause and then call another method to get the result.

Reply