| Package | Description |
|---|---|
| io.serverlessworkflow.api.error | |
| io.serverlessworkflow.api.interfaces | |
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.withEnd(End end) |
Error |
Error.withErrorRef(String errorRef) |
Error |
Error.withErrorRefs(List<String> errorRefs) |
Error |
Error.withTransition(Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
State.getOnErrors() |
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
DefaultState.getOnErrors()
State error handling definitions
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultState.setOnErrors(List<Error> onErrors)
State error handling definitions
|
InjectState |
InjectState.withOnErrors(List<Error> onErrors) |
ForEachState |
ForEachState.withOnErrors(List<Error> onErrors) |
DefaultState |
DefaultState.withOnErrors(List<Error> onErrors) |
OperationState |
OperationState.withOnErrors(List<Error> onErrors) |
SleepState |
SleepState.withOnErrors(List<Error> onErrors) |
CallbackState |
CallbackState.withOnErrors(List<Error> onErrors) |
ParallelState |
ParallelState.withOnErrors(List<Error> onErrors) |
SwitchState |
SwitchState.withOnErrors(List<Error> onErrors) |
EventState |
EventState.withOnErrors(List<Error> onErrors) |
Copyright © 2020–2023 CNCF. All rights reserved.