January 2018
Beginner to intermediate
312 pages
7h 22m
English
In our discovery process, we treated business workflows as a mini-process initiated by a command, which generated one or more Domain Events. In our functional architecture, each of these workflows will be mapped to a single function, where the input is a command object and the output is a list of event objects.
When we create diagrams of the design, we represent workflows as little pipes with an input and output. Public workflows (those that are triggered from outside the bounded context) are shown as “sticking out” a little over the boundary as shown in the figure.

A workflow is always contained within a single ...
Read now
Unlock full access