method

validate_step!

validate_step!(name)
private

No documentation available.

# File activejob/lib/active_job/continuation/validation.rb, line 7
        def validate_step!(name)
          validate_step_symbol!(name)
          validate_step_not_encountered!(name)
          validate_step_not_nested!(name)
          validate_step_resume_expected!(name)
          validate_step_expected_order!(name)
        end