|
| Hi,
I have a scenario that I'm not sure BizTalk Server 2004 easily handles.
I want a single instance of my orchestration after 2 messages of the
same or different type are both received. I will use a correlation
set, the correlation type is of a similar field in each message named
interfaceID. But my requirement is both files must be received before
the instance of the orchestration is created. Thinking is the user
might drop several copies of file B into the receive folder before
finally dropping file A. Only the last dropped copy of file B is to be
used in the single orchestration instance. A transformation is use to
map message A and B into a single message, this message is then sent as
a file out on a send port.
I've explored many of the convoy examples:
- Parallel convoy
- Non-Uniform Sequential
- Uniform Sequential
None seem to fit my requirement.
Any thoughts on this is appreciated,
Ken
|
|