Re: Problem promoting property inside orchestration
by "Tomas Restrepo [MVP]" <tomasr@[EMAIL PROTECTED]
>
Apr 8, 2008 at 01:02 PM
>I have a property I am trying to promote:
>
> 1) I have created an element in a property schema and set the type to
> MessageContextPropertyBase
> 2) I have an assignment shape in my orchestration that assigns the
> value true to the property.
>
> 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'.
>
> I need to use this property in a filter expression; how to I make this
> a promoted property rather than just putting it into the context.
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.
--
Tomas Restrepo
http://www.devdeo.com/http://www.winterdom.com/weblog/