| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
OperationState.ActionMode |
OperationStateActionModeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static OperationState.ActionMode |
OperationState.ActionMode.fromValue(String value) |
OperationState.ActionMode |
OperationState.getActionMode()
Specifies whether functions are executed in sequence or in parallel.
|
static OperationState.ActionMode |
OperationState.ActionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationState.ActionMode[] |
OperationState.ActionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationState.setActionMode(OperationState.ActionMode actionMode)
Specifies whether functions are executed in sequence or in parallel.
|
OperationState |
OperationState.withActionMode(OperationState.ActionMode actionMode) |
| Constructor and Description |
|---|
OperationState(OperationState.ActionMode actionMode,
List<Action> actions,
String name,
DefaultState.Type type) |
Copyright © 2020–2023 CNCF. All rights reserved.