Creating the orchestration outline

We will now modify our current solution to use an orchestration. To do this, we must create a new orchestration and start adding shapes to the canvas. The steps for this are as follows:

  1. Add a new orchestration to the project Orchestrations called OrderProcessing.odx via the Add | New Item wizard.
  2. Add the following orchestration shapes for the solution:
    • A Receive shape named Rcv_PurchaseOrder and set the Activate property to true
    • A Decide shape following the receive shape named Decide_Priority and rename Rule_1 on the left to If_Priority
    • A Send shape named Snd_PriorityPurchaseOrder in the left branch of the decision
    • A Send shape named Snd_StandardPurchaseOrder in the right branch of the decision

At this point, we have ...

Get Microsoft BizTalk Server 2010 Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.