Interface StepRun._FinalStage

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

    public static interface StepRun._FinalStage
    • Method Detail

      • output

        StepRun._FinalStage output​(java.util.Optional<StepRunOutput> output)

        The output of the WorkflowStepRun. The shape of the output depends on the type of the WorkflowStep in the step field:

        • For "EXTERNAL_DATA_VALIDATION" steps - The output will be the same object that was returned by the external endpoint configured for this step
        • For "RULE_VALIDATION" steps - See the below shape: