I have a workflow that monitors a folder for documents. Upon creation it initiates.
However the documents arrive in batches so I will get 3 docs per say at the same time. Each document is an xml to either create or update an existing entry.
Because the files arrive in batch the workflow will kick off 3 times at almost the exact same time. I would like to make a dependency that is does not initiate until the previous instance completes?