Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Correlation with FileName received › Correlation with FileName received
February 5, 2006 at 4:01 AM
#12675
You should be able to do this using a Sequential Convoy.
You would need to make sure the values are exactly the same to your 2nd message will fail. You might be better off to create a new property (message context type) called myCorrelationProperty and set this inside a custom pipeline component backed on manipulation of the received file name. Make sense?