Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.26 KB

File metadata and controls

21 lines (17 loc) · 1.26 KB
title description template last_updated redirect_from related
State machine cookbook
State machine fundamentals and how to build a state machine
concept-topic-template
Nov 21, 2023
/docs/scos/dev/best-practices/state-machine-cookbook/state-machine-cookbook.html
title link
State machine fundamentals
docs/pbc/all/order-management-system/page.version/base-shop/state-machine-cookbook/state-machine-cookbook-state-machine-fundamentals.html
title link
Build a state machine
docs/pbc/all/order-management-system/page.version/base-shop/state-machine-cookbook/state-machine-cookbook-build-a-state-machine.html

The Spryker State Machine allows you to easily implement complex processes and map out business workflows. Instead of writing code for every process or adapting standard functionality, Spryker State Machine lets you model the order process with states and transitions.

For example, you can define one state machine to manage orders that use a credit card payment type, and a separate state machine for orders that use invoices.

A feature heavily utilized by Spryker customers, a state machine translates a variety of business needs into a coherent IT structure.

This section explains state machine fundamentals and how to model a state machine.