Home Page › Forums › BizTalk 2004 – BizTalk 2010 › (Flexible) correlation, custom code or expression? › Re: (Flexible) correlation, custom code or expression?
August 21, 2008 at 5:09 AM
#20461
BizTalk only allows you to use “equals” comparisons for correlation. What you can do is write a custom pipeline component to add another context property to one of the messages. For the ObservationTime message, you can calculate the read time (ObservationTime – 3) and add the ReadTime property onto that message. Then just correlate on ReadTime. will that work?