Skip to main content
Nintex Community Menu Bar
Solved

Loop through Error List and retry.

  • January 24, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img+7

Is there a way via API  to loop through the proccess in an error state and retry them? 

 

 

Best answer by tin

Please see the documentation below:


 


http://help.k2.com/onlinehelp/k2blackpearl/DevRef/4.7/default.htm#Retrying_Errors_in_Code.html


 


I believe in this code example, it is looping through the error profile in a foreach loop and retrying them.

1 reply

Forum|alt.badge.img+18
  • Answer
  • January 24, 2018

Please see the documentation below:


 


http://help.k2.com/onlinehelp/k2blackpearl/DevRef/4.7/default.htm#Retrying_Errors_in_Code.html


 


I believe in this code example, it is looping through the error profile in a foreach loop and retrying them.