Modifiers and Hooks

  • Across


    Run a step multiple times with different combinations of variable values

    Schema

  • Timeout


    End a step after a set amount a time

    Schema

  • Attempts


    Run a step up to an amount of times before fully failing

    Schema

  • Tags


    Only run this step on a specific worker

    Schema

  • On Success


    If the job passes, run this step

    Schema

  • On Failure


    If the job fails, run this step

    Schema

  • On Abort


    If the job is canceled, run this step

    Schema

  • On Error


    If the job results in an error, run this step

    Schema

  • Ensure


    Always run this step

    Schema