Interface GraphExecution.FlowExecutionStopReason
- Enclosing class:
- GraphExecution
public static interface GraphExecution.FlowExecutionStopReason
Represents the reason why a flow execution should be stopped.
- 
Method Summary
- 
Method Details- 
causeThrowable cause()
- 
failureMessageString failureMessage()
- 
flowDisplayNameString flowDisplayName()
- 
runTerminationReasonRunTerminationReason runTerminationReason()
- 
warnInsteadOfErrorboolean warnInsteadOfError()
 
-