JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
io.nflow.engine.workflow.definition
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.