Pattern: Sequential Named Steps
When to use: Linear processes where you want clear step identification, better logging, and future platform support. Ideal when you have distinct phases that benefit from naming.sequence_of_steps.py
This example demonstrates how to use named steps in a workflow.