| Package | Description |
|---|---|
| io.serverlessworkflow.api.actions | |
| io.serverlessworkflow.api.branches | |
| io.serverlessworkflow.api.events | |
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.withActionDataFilter(ActionDataFilter actionDataFilter) |
Action |
Action.withCondition(String condition) |
Action |
Action.withEventRef(EventRef eventRef) |
Action |
Action.withFunctionRef(FunctionRef functionRef) |
Action |
Action.withId(String id) |
Action |
Action.withName(String name) |
Action |
Action.withNonRetryableErrors(List<String> nonRetryableErrors) |
Action |
Action.withRetryableErrors(List<String> retryableErrors) |
Action |
Action.withRetryRef(String retryRef) |
Action |
Action.withSleep(Sleep sleep) |
Action |
Action.withSubFlowRef(SubFlowRef subFlowRef) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Branch.getActions()
Actions to be executed in this branch
|
| Modifier and Type | Method and Description |
|---|---|
void |
Branch.setActions(List<Action> actions)
Actions to be executed in this branch
|
Branch |
Branch.withActions(List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
OnEvents.getActions()
Actions to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnEvents.setActions(List<Action> actions)
Actions to be performed.
|
OnEvents |
OnEvents.withActions(List<Action> actions) |
| Constructor and Description |
|---|
OnEvents(List<String> eventRefs,
List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
Action |
CallbackState.getAction()
Action Definition
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ForEachState.getActions()
Actions to be executed for each of the elements of inputCollection
|
List<Action> |
OperationState.getActions()
Actions Definitions
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackState.setAction(Action action)
Action Definition
|
CallbackState |
CallbackState.withAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForEachState.setActions(List<Action> actions)
Actions to be executed for each of the elements of inputCollection
|
void |
OperationState.setActions(List<Action> actions)
Actions Definitions
(Required)
|
ForEachState |
ForEachState.withActions(List<Action> actions) |
OperationState |
OperationState.withActions(List<Action> actions) |
| Constructor and Description |
|---|
OperationState(OperationState.ActionMode actionMode,
List<Action> actions,
String name,
DefaultState.Type type) |
Copyright © 2020–2023 CNCF. All rights reserved.