| Package | Description |
|---|---|
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
static ForEachState.Mode |
ForEachState.Mode.fromValue(String value) |
ForEachState.Mode |
ForEachState.getMode()
Specifies how iterations are to be performed (sequentially or in parallel)
|
static ForEachState.Mode |
ForEachState.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForEachState.Mode[] |
ForEachState.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForEachState.setMode(ForEachState.Mode mode)
Specifies how iterations are to be performed (sequentially or in parallel)
|
ForEachState |
ForEachState.withMode(ForEachState.Mode mode) |
Copyright © 2020–2023 CNCF. All rights reserved.