SharePoint adapter - Receive files by dynamic filename filter

We have an automated process that creates PDF files (one or more files per job). Part of our process is to have some random human QA of the files.

We decided to use SharePoint lists and tasks along with a SharePoint Workflow to accept or reject the PDF files. Each uploaded file is getting it's own list entry and task. I have created some extra columns to help in identifying the groups of files that make up one job. I have BizTalk orchestration that is doing the uploading to SharePoint. When the files are QAed, they go into a Rejected or Accepted list.

I plan to have the orchestration that uploaded the files listen for the same files in the endpoint lists. I cannot figure out how to have my orchestration and receive ports receive files from the endpoint lists, dynamically filtering on specific filenames.

Does anyone have an idea of how an orchestration that put the file in one list can then listen only for that file in another list?

[972 byte] By [miguelito928] at [2008-1-5]
# 1
FYI: We do not have R2 yet.
miguelito928 at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 2

I've figured out a decent solution where all of the files are consumed from the list and I have a set of orchestrations that takes care of the rest of the logic.

Thanks anyways.

miguelito928 at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...