Re: Problem promoting property inside orchestration
by amsk1982@[EMAIL PROTECTED]
Apr 9, 2008 at 01:50 AM
On Apr 8, 7:02 pm, "Tomas Restrepo [MVP]" <tom...@[EMAIL PROTECTED]
> wrote:
> >I have a property I am trying to promote:
>> [snip]
> > However the message is not promoted. When I look at the message
> > context I see property is there but the type is listed as
> > 'NotPromoted'.
> Orchestration never automatically promote a property in a new message;
only
> write it into the message context. If you want to force it to promote
it,
> create a new Correlation Set that includes your property and initialize
said
> correlation set on your Send shape.
Thanks, the problem was driving me crazy.
I thought it might be something like that but couldn't find anything
about it in the do***entation under promoted properties.
Cheers
Andy