Home
Reviews
SOA Integration
This tutorial is part of a SOA Integration tutorial series. Read it from the beginning and learn yourself.
Reviews
SOA IntegrationSOA Integration - Implementing the Workflow Business Pattern
Author: Packt Publishing Published on: 30th Dec 2010
In this scenario, additional user interaction is added to the integration process scenario. As a result, the integration process is no longer fully automated. It is interrupted at a specific point by interaction with the end user, for example, to obtain confirmation for a certain procedure. This scenario is shown in the image below.
Ads

Trigger:
An application places a message in the queue.
Primary flow:
- The message is removed from the queue by the JMS adapter and a new instance of the integration process is started.
. - The user interaction takes place through the asynchronous integration of a task service. It creates a new task, which is displayed in the user’s task list.
.
Ads
.. - As soon as the user has completed the task, the task service returns a callback to the relevant instance of the integration process, and by that, informs the process of the user’s decision.
. - The integration process responds to the decision and executes the remaining steps.
SOA Integration
- Service-Oriented Architecture - An Integration Blueprint
- SOA Integration - Integration Architecture Blueprint
- SOA Integration - Structuring the Integration Blueprint
- SOA Integration - 4 Implementation Scenarios
- SOA Integration - Implementing the Process Integration Business Pattern
- SOA Integration - Variant with Externalized Business Rules
- SOA Integration - Variant with Batch-Driven Integration Process
- SOA Integration - Implementing the Workflow Business Pattern
- SOA Integration - Modernizing an Integration Solution
- SOA Integration - Sending New Orders
- SOA Integration - Evaluation of the Existing Solution
- SOA Integration - Modernizing







