move_step
move_step
Move an existing step to a specific position in the step order.
Parameters
name
Name of the step to move.
position
Target index in the step order. 0 places the step first.
Returns
Context — Self for method chaining. Raises ValueError if the step is not found.