JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
io.nflow.engine.workflow.definition
NonRetryable
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface NonRetryable
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
NonRetryable
When a state method throws an exception annotated with this annotation, it is not retried by nFlow engine. Instead, the workflow instance is moved to failure state.