public interface WorkflowState
| Modifier and Type | Method and Description |
|---|---|
default String |
getDescription()
Return the description of the workflow state.
|
WorkflowStateType |
getType()
Return the workflow state type.
|
default boolean |
isRetryAllowed(Throwable thrown)
Deprecated.
This will be removed in the next major release. Use new WorkflowSettings.Builder().setExceptionAnalyzer(...)
instead.
|
String |
name()
Return the name of the workflow state.
|
String name()
WorkflowStateType getType()
default String getDescription()
name().@Deprecated default boolean isRetryAllowed(Throwable thrown)
@NonRetryable.thrown - The thrown exception.Copyright © 2014–2021 Nitor Creations. All rights reserved.