Book Image

Applied Architecture Patterns on the Microsoft Platform (Second Edition)

Book Image

Applied Architecture Patterns on the Microsoft Platform (Second Edition)

Overview of this book

Table of Contents (20 chapters)
Applied Architecture Patterns on the Microsoft Platform Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Fully automated workflows


The idea of automatic execution of software components is as old as computer programming itself. In a sense, every computer program executes a workflow running its modules step-by-step. However, this execution does not require additional tools and methods.

In system integration, every time one system passes the control to another system, there is a chance of building a general workflow system. Steps executed in this workflow can be run completely independent of human intervention. The decision about executing a certain step can be made based on configuration, business rules, and the output of previous steps.

Let's take another look at data federation discussed in the previous chapter. We shall focus on the required workflow rather than data exchange.

Use case – a single dashboard view

Sam MacColl Financial is a financial services organization based in Perth, Scotland. They focus on providing quality individual and corporate financial services with a special attention...