Interface StepRun.StatusStage

  • All Known Implementing Classes:
    StepRun.Builder
    Enclosing class:
    StepRun

    public static interface StepRun.StatusStage
    • Method Detail

      • status

        StepRun.StepStage status​(@NotNull
                                 StepRunStatus status)

        The status of the workflow step run:

        • "PENDING" - The step run is waiting to be executed
        • "PROCESSING" - The step run is currently executing
        • "PROCESSED" - The step run completed successfully
        • "FAILED" - The step run encountered an error