My data is one DCR document (what I'll call the main document) and may have attachments associated with it (but it's not required). I have a workflow that contains three similar "repeats" that contain conditional sequences:
- Searches for specific file(s) (PDFs) and moves them to an INPUT folder (for Quick Fields processing)
- Searches for those file(s) (which are now TIFs) and moves them back to the TEMP folder
- Searches for attachment file(s), if they exist, and moves them to the end of the main document.
This process works well as long as there is one or more attachment. The issue is when there is no attachment. It continues to repeat until the activity's iteration limit has been reached:
That can be 50 minutes later! So, in #3, above, where I have it circled in red, what changes can I make to have this also work more quickly when there are 0 attachments?
Thanks!