I have a situation where I have a variable number of files with an included XML are being imported into a staging folder on the repository. I have a starting rule that monitors the folder and triggers a workflow. The workflow then bundles all the files and moves forward. The problem I'm running into is that the starting rule triggers a separate workflow for each file it detects.
Is there a way to isolate the files so so that the starting rule only runs once? If I could have IA create a variable subfolder, possibly created by metadata or some information in the XML, that would be ideal. Or if someone has a better way, I'm all ears (or eyes).