Biztalk Orchestration Question: Download Biztalk Orchestration PDF

Explain how to Promote Property inside an Orchestration?

Tweet Share WhatsApp

Answer:

The Orchestration can not promote the properties to message context by default like pipelines can do by using the msg.Context.Promote() method. Inside Orchestration one has to create a correlation set and intialize that correlation set while publishing the message. Then the BizTalk Engine will promote the property to the message context.

Download Biztalk Orchestration PDF Read All 50 Biztalk Orchestration Questions
Previous QuestionNext Question
Explain me where is information about promoted properties stored?Tell us can we prevent Orchestration from entering a suspended state?