Interface GraphExecution.FlowExecutionStopReason

Enclosing class:
GraphExecution

public static interface GraphExecution.FlowExecutionStopReason
Represents the reason why a flow execution should be stopped.
  • Method Details

    • cause

      Throwable cause()
    • failureMessage

      String failureMessage()
    • flowDisplayName

      String flowDisplayName()
    • runTerminationReason

      RunTerminationReason runTerminationReason()
    • warnInsteadOfError

      boolean warnInsteadOfError()