Interface JobStepConfiguration

    • Method Detail

      • getContinueOnError

        @Stability(Experimental)
        @Nullable
        default Boolean getContinueOnError()
        (experimental) Prevents a job from failing when a step fails.

        Set to true to allow a job to pass when this step fails.

      • getTimeoutMinutes

        @Stability(Experimental)
        @Nullable
        default Number getTimeoutMinutes()
        (experimental) The maximum number of minutes to run the step before killing the process.