Enable fully transparant Do-Until (polling) functionality in all Nintex call web service actions
Since we sometimes can not rely fully on the Microsoft REST service endpoints (for example for SharePoint Online) especially when looping those calls in a workflow, it would be very nice if Nintex Workflow added some automatic polling (Do-Until) to retry web services calls if they fail with some sort of 500 error. The same functionality I was aiming for will be introduced into Azure Logic Apps as can be viewed here: https://www.youtube.com/watch?v=J7PyjKkkNu0. This should enhance the stability of our Workflow solutions

-
RTK commented
Update the Web Request action as well as the Call HTTP Web Service action. They need a way to retry or timeout without terminating the workflow.