Loop Counter reset
219106Oct 2 2008 — edited Oct 13 2008in general I am using 2 loop counters is a section of a customized workflow process. in some errored scenarios, I am sending out a notification and need to loop back to the start of the workflow process.... only problem is that when going through the process the '2nd' and subsequent times... the counter(s) if used previously may already be at their max values. My question is this. Is there are way to reset the value of a loop counter ? If not, I guess our option is to create 2 number attributes and check/increment those values to create our own loop counter. Just looking to get the easiest way to do this.