Router + Iterator Question
Status: Closed · Asked by Juan Colicchio on · 0 views
All routes have the same filter. They execute in order. The route #1 and route #2 use an iterator function to list all outstanding customer invoices. When I ran the test, the iterator only ran the 1st instance, before the workflow moving to route #2, then route #3, then route #4. what's the best way to accomplish this?

I deleted my last reply bcoz I found a different thing causing the issue.
Are you using delay with iterator and any chance that you're using more than 1 iterator and delay
I deleted my last reply bcoz I found a different thing causing the issue.Are you using delay with iterator and any chance that you're using more than 1 iterator and delay?
I spoke with Neeraj. They are rebuilding the router, delay, and iterator modules to do exactly what was intended. It's about a month and half out @Neeraj
I spoke with Neeraj. They are rebuilding the router, delay, and iterator modules to do exactly what was intended. It's about a month and half out @Neeraj
@juancolicchio How will they work after the update?