Overview
Generic DC runtime patterns
Parallel Process application pattern::Runtime pattern
Service Consumer and Service Providers are linked via a Process Manager and Connectors. The Process Manager node is also linked with a Rules Directory node.
Design Last Updated: 10-20-2004
(Click a node to get a detailed explanation.)
The Runtime pattern shown above represents a basic topology for the implementation of the Parallel Process Application pattern. It can be further enhanced by clustering the key nodes in order to improve the availability characteristics.
This basic topology leverages the following nodes with their associated responsibilities:
-
Process manager node
This node contains the process flow execution engine. It provides the capability for model-driven business process automation and enables tracking by leveraging the process execution rules stored in the associated database. These processes can span multiple applications and organizational boundaries within an enterprise. The node maintains state and tracks sequencing through the process flow. In doing so, it often leverages the associated database to store intermediate results. It is also responsible for invoking target applications as necessary through their associated connectors. -
Connector nodes
A connector node is used to provide connectivity between the following:-
The App Server/Services node and the Process Manager
This allows a source application to communicate with a Process Manager.
Process Managers usually support multiple connector types. -
The Process Manager and an App Server/Services node
This allows a Process Manager to communicate with a target application.
Process Managers usually offer multiple connector types.
-
The App Server/Services node and the Process Manager
-
Repository node
This node provides a persistent data storage and retrieval service in support of the execution of the process flow. It holds the Process Execution Rules.
SOA profile
In this second section we specialize the Parallel Process pattern for the SOA environment using the SOA profile. The SOA profile terminology is indicated using the [SOA] qualifier.
[SOA]Parallel Process
Service Consumers and Providers are linked via an Enterprise Service Bus and a Business Service Choreography node.
Design Last Updated: 10-20-2004
(Click a node to get a detailed explanation.)
This [SOA] PI pattern will be redrawn following the next series of SOA redbooks. It will abstract the picture, removing user, internet and application representations.
The diagram illustrates how the WS-I sample business scenario is applied to this Runtime pattern. This sample business scenario shows a supply chain management process. The scenario is developed by the Web Services Interoperability Organization and is designed to test compliance with the WS-I Basic Profile.
The key benefits of using Business Service Choreography are:
- Flexibility: achieved by externalization of process logic for the individual application.
- Human interaction: facilitating various staff functions such as approval, investigation, and claim.
- Reusability of the software components or services in the process, resulting in cost savings.
- The construction of processes from services with explicit interfaces enables the easy substitution of one service interface with another.
