Clarifying architecture with Service Blueprints: system operations

service blueprint   architecture   architecting   assemblage  

New public workshop: Architecting for fast, sustainable flow - enabling DevOps and Team Topologies thru architecture. Learn more and enroll.


I’ve previously written about how Service Blueprints are a really useful tool for documenting and understanding the architecture of a system. A service blueprint is a diagram that shows the interactions between the user, and the architectural elements. Along the top of the blueprint are the steps of the user journey. Underneath each step are the architectural elements that enable that step.

Architecture is, as I’ve previously written, multi-dimensional. Each dimension has different types of architectural elements. In this post I’ll describe how service blueprints can be used to document the system operations that are discovered in step 1 of the Assemblage process.

Discovering systems operations

Step 1 of the Assemblage architecture definition process distills the application’s requirements into a set of system operations. A system operation is an externally invokable behavior implemented by the application. It reads and/or writes one or more business entities, a.k.a. DDD aggregates, such as Customer and Order. A system operation has a parameters, and an operational return value and can be thought of as a method implemented by the application. Collectively, the system operations model the application’s black box behavior.

System operations are often invoked by the user

System operations are invoked in one of three ways: human users, other applications, and the passing of time. In many applications, the user is the primary actor. As a result, service blueprints are often a useful part of the documentation for system operations. Let’s look at an example.

A service blueprint for placing an order

The Place Order scenario consists of the following user actions:

  1. Enter delivery address and desired delivery time
  2. Select an available restaurant
  3. View the shopping cart
  4. Pay

The following diagram shows the service blueprint for this scenario.

Along the top of the blueprint are the user actions and along with a wireflow mockup of the page that the user sees. Underneath each user action are the system operations that are invoked in response to the user action. System commands update business entities and system queries retrieve business entities in order to populate the next page. For example, when the user enters the delivery address and desired delivery time, the findAvailableRestaurants() system query is invoked. The results of this query are used to populate the next page, which displays the list of available restaurants. When the user, clicks the ‘Buy’ button, the createOrder() system command is invoked, which creates the Order.

The blueprint connects system operations to user actions

What’s particularly useful about this blueprint is that it connects the system operations to the user actions. The intent of each system operation is clear from the user action that triggers it and, in the case of query, the design of the next page.

What’s next

In the next article, I’ll describe a more elaborate version of this service blueprint that includes additional useful information.

Need help with accelerating software delivery?

I’m available to help your organization improve agility and competitiveness through better software architecture: training workshops, architecture reviews, etc.

Learn more about how I can help


service blueprint   architecture   architecting   assemblage  


Copyright © 2024 Chris Richardson • All rights reserved • Supported by Kong.

About www.prc.education

www.prc.education is brought to you by Chris Richardson. Experienced software architect, author of POJOs in Action, the creator of the original CloudFoundry.com, and the author of Microservices patterns.

New workshop: Architecting for fast, sustainable flow

Enabling DevOps and Team Topologies thru architecture

DevOps and Team topologies are vital for delivering the fast flow of changes that modern businesses need.

But they are insufficient. You also need an application architecture that supports fast, sustainable flow.

Learn more and register for my June 2024 online workshops....

NEED HELP?

I help organizations improve agility and competitiveness through better software architecture.

Learn more about my consulting engagements, and training workshops.

LEARN about microservices

Chris offers numerous other resources for learning the microservice architecture.

Get the book: Microservices Patterns

Read Chris Richardson's book:

Example microservices applications

Want to see an example? Check out Chris Richardson's example applications. See code

Virtual bootcamp: Distributed data patterns in a microservice architecture

My virtual bootcamp, distributed data patterns in a microservice architecture, is now open for enrollment!

It covers the key distributed data management patterns including Saga, API Composition, and CQRS.

It consists of video lectures, code labs, and a weekly ask-me-anything video conference repeated in multiple timezones.

The regular price is $395/person but use coupon ILFJODYS to sign up for $95 (valid until April 12, 2024). There are deeper discounts for buying multiple seats.

Learn more

Learn how to create a service template and microservice chassis

Take a look at my Manning LiveProject that teaches you how to develop a service template and microservice chassis.

Signup for the newsletter


BUILD microservices

Ready to start using the microservice architecture?

Consulting services

Engage Chris to create a microservices adoption roadmap and help you define your microservice architecture,


The Eventuate platform

Use the Eventuate.io platform to tackle distributed data management challenges in your microservices architecture.

Eventuate is Chris's latest startup. It makes it easy to use the Saga pattern to manage transactions and the CQRS pattern to implement queries.


Join the microservices google group