Flow Designer Max Iteration limit exceeded

jaubert
Tera Guru

My workflow seems to be stuck in a loop on step 6.  My intentions are to have the flow pause until a field value changes.  My warning at this step is the following: 

 

Unable to find record watcher ids val for op: item.ea1214751b404250c2e08557624bcbd3.661214751b404250c2e08557624bcbc8.41ceca4187120010663ca1bb36cb0b06./condition/complete

 

Not sure what that means but I have attached a copy of the flow snippet.  Please let me know if any additional information is needed.  I tried so hard to figure out what's not adding up on my own, but I need help.

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@jaubert This error indicates that your flow has exhausted the max limit of iterations allowed for the flow. Since your intention is to keep the flow waiting till the field value changes, you should use only the wait for condition step and not the Do While loop. 

 

This should address your issue.

View solution in original post

5 REPLIES 5

@Sandeep Rajput But suppose if I have to wait till a certain condition based on the variable of the catalog, that variable is being updated by an inbound action, what can we do in this case, i gave the condition as item name and variable - catalog var is not empty but here the error i am getting is : Failed to register Record watcher..., what else can I do?