Skip to main content
Wrap each stage of a workflow in a named Step. Steps run in order, and the step names show up in logs and step output, which makes multi-step runs easier to follow. When to use: Linear processes with distinct phases that benefit from clear naming. Install dependencies:
sequence_of_steps.py