Interface StageClosingResult

All Superinterfaces:
DebugDumpable

public interface StageClosingResult extends DebugDumpable
  • Method Details

    • shouldCaseProcessingContinue

      boolean shouldCaseProcessingContinue()
    • getCaseOutcomeUri

      @Nullable @Nullable String getCaseOutcomeUri()
      URI to be used as the final case outcome (if this stage closing means closing the whole case).
    • getStageOutcomeUri

      @NotNull @NotNull String getStageOutcomeUri()
    • getAutomatedStageCompletionReason

      @Nullable @Nullable AutomatedCompletionReasonType getAutomatedStageCompletionReason()
    • debugDump

      default String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable