Interface IStepOutcome

  • All Known Implementing Classes:
    StepOutcome

    @StableMinor(version="14.0",
                 sinceVersion="7.1")
    public interface IStepOutcome
    Represents an outcome of a step of a given process.
    Since:
    7.1.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getMessage

        String getMessage()
        Returns the message.
        Returns:
        the message.
        Since:
        7.1.0
      • getStatus

        StepOutcomeStatus getStatus()
        Returns the status.
        Returns:
        the status.
        Since:
        7.1.0