set_valid_steps
set_valid_steps
Set which steps can be navigated to from any step in this context. Acts as a
context-level default; step-level set_valid_steps() takes precedence when set.
Parameters
steps
List of step names. Include "next" to allow sequential advancement.
Returns
Context — Self for method chaining.