Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.46 KB

processing-in-the-business-process-management-solution.md

File metadata and controls

26 lines (19 loc) · 1.46 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Processing in the Business Process Management Solution
Processing in the Business Process Management Solution
06/08/2017
biztalk-server
article

Processing in the Business Process Management Solution

This section describes how the Business Process Management Solution works: how it processes orders, how it makes use of interrupts, and how it handles exceptions so that actions can be retried.

Order processing relies on two main orchestrations, OrderBroker and OrderManager. The OrderBroker orchestration is written so that there can be multiple order manager orchestrations, one for each kind of order. The solution includes only one OrderManager. It, too, is relatively generic so that it can be adapted to other types of orders.

In This Section