Skip to main content
Steps groups a list of steps into one named sequential unit. Pass the unit anywhere a workflow accepts a step-like component, including as a Router choice.

Basic Example

grouped_steps_workflow.py

Steps with Router

Combine Steps with a Router to create distinct sequences for different content types or workflows:

Developer Resources

Reference

For complete API documentation, see Steps Reference.