Biztalk Orchestration Question:
Explain how to Promote Property inside an Orchestration?
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.
Previous Question | Next Question |
Explain me where is information about promoted properties stored? | Tell us can we prevent Orchestration from entering a suspended state? |