|
Home > Archive > BizTalk Server Orchestration > March 2005 > Design Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I need to Corellate two different files (same filename) coming in from two
different file locations. I will not know which one comes in first, but I
cannot continue processing until I recieve both, and I will have multiple
instances of the orchestration running.
How do I set this up?
I was thinking of using the parallel shape, but how do you set them both to
be active and how do you set the correllation of the filename to be the
same?
Thanks
| |
| Matt Milner 2005-03-31, 2:51 am |
| This is what is known as a parallel convoy. Start with a parallel shape
with two receives. Have both receives activate the orchestration and have
both intiate the same correlation set (the one with received file name in
it). There is more information in the docs on parallel convoys.
matt
"Eric" <ericstott.dontspamme@hotmail.com> wrote in message
news:e5ThIjbNFHA.2136@TK2MSFTNGP14.phx.gbl...
>I need to Corellate two different files (same filename) coming in from two
> different file locations. I will not know which one comes in first, but I
> cannot continue processing until I recieve both, and I will have multiple
> instances of the orchestration running.
>
> How do I set this up?
> I was thinking of using the parallel shape, but how do you set them both
> to
> be active and how do you set the correllation of the filename to be the
> same?
>
> Thanks
>
>
|
|
|
|
|