I have a case where I would like a workflow to start daily and file the invoices in a specific folder after Quick Fields has dealt with them (once a day), but I would also like the WF to file the invoices that are handled manually by our Accts Payable clerk and I have set up a folder for her to drop those into (that folder is monitored by the same WF with a starting rule and activates immediately).
This workflow works. I've been using it as the daily schedule for at least a year. I have only just a few days ago added the condition and new starting rule. Both sides of the condition work fine, however, now the daily schedule is terminating because:
- The first branch is for the scheduled run. It didn't find any entries in it's targeted folder, so it moves on to the second branch, which is intended for the manual invoices dropped into a different target folder.
- The scheduled run that ends up on the second branch doesn't find a "starting entry" and terminates.
Is the only option to separate this into two workflows? Or is there something I can tweak that will make it stop on the first branch if it is a scheduled run? Maybe add a middle branch that says, if there is no starting entry, just END?
Final note: I don't want Quick Fields to do the filing bc I want to manually view some of the metadata on them first, so I send them to a holding folder, view the key fields that the WF will use to file them with, correct anything wrong manually before the WF starts.