Terminate message

Home Page Forums BizTalk 2004 – BizTalk 2010 Terminate message

Viewing 1 reply thread
  • Author
    Posts
    • #23374

      Hi All,

                I need to look at a value in a record and if the value is “A” terminate the message.

      What would be a recommended Way of doing this?

      Kind Regards,

      Grant

    • #23375

      Hi Grant,

       

          It depends on whether your message is a single record or has multiple records. If it is a single record, make that field a Distinguished field in your schema (that you can reference in your orchestration). If it has multiple records, use XPath in your orchestration to query the value of that field and act upon it.

          In your orchestration, set up a Decide shape with an If Branch rule that states “If value == “A””, then in that flow, you can drop in a Terminate shape to terminate the orchestration.

       

          Best,

       

          Daniel.

       

      • #23377

        Hi Daniel,

                          thank you once agin.

        Kind Regards,

        Grant

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.