Here is the scenario:
- There are 2 to 5 files to receive
- The files has correlation
- There is one specific of the files which marks the end of the convoy
- When this file is received, I want the orchestration to continue even if it has received just 2 of 5 files
I have made an orchestration with 5 receive shapes in a parallel action shape, and all has activate set to true. Now it waits for all the files to be received before it continue execution, but I want it to continue if one given file in one of the brances is received.
Is there any way to implement it like this?
Thanks.
EggHeadCafe - Software Developer Portal of Choice
Basic Contract-First WebServices With XSDObjectGen
http://www.eggheadcafe.com/tutorials/aspnet/073425d4-76fd-4e61-aae9-c130ff34ec04/basic-contractfirst-webs.aspx
Instead of implementing it via an parallel receive, you'll have to define
it:
1. Initial activating receive on the document, initializing CorrelationSet
2. Loop with subsequent receives on the same port
Thanks, regards
Joerg Fischer
"Idar Hareide" schrieb im Newsbeitrag
news:200910165541...@hands.no...