Interface ExecutionResults.Builder

    • Method Detail

      • steps

        ExecutionResults.Builder steps​(Collection<ExecutionStepResult> steps)

        Specifies the details for the steps that are in the specified workflow.

        Parameters:
        steps - Specifies the details for the steps that are in the specified workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        ExecutionResults.Builder steps​(ExecutionStepResult... steps)

        Specifies the details for the steps that are in the specified workflow.

        Parameters:
        steps - Specifies the details for the steps that are in the specified workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onExceptionSteps

        ExecutionResults.Builder onExceptionSteps​(Collection<ExecutionStepResult> onExceptionSteps)

        Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

        Parameters:
        onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onExceptionSteps

        ExecutionResults.Builder onExceptionSteps​(ExecutionStepResult... onExceptionSteps)

        Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

        Parameters:
        onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.