Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 743 Bytes

File metadata and controls

16 lines (11 loc) · 743 Bytes

processpatterns

English | Русский

These types of diagrams show the general pattern of a process.

For example, some processes must start from the client application and only read data from the database, while other processes must wait for a request on the backend service and include, for example, approval chains.

In order to classify processes, typification was introduced based on how a separate process is implemented, as well as communication between microservices within it.

The following process patterns were identified: