Overview

The Challenge: Writing Unified, Scalable Application Logic

  1. Maintain state (here is represented by a simple string).
  2. Get input from the outside world, such as by receiving a request from a client via a HTTP request or a SOAP message from another application.
  3. Send output to the outside world.
  4. Provide alternate paths through logic by using control flow statements.
  5. Do work by executing appropriate code at each point.

Creating Unified Application Logic

Providing Scalability

Coordinating Parallel Work

Providing Automatic Tracking

Kinds of Workflows