| Package | Description |
|---|---|
| io.serverlessworkflow.api.branches | |
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.withActions(List<Action> actions) |
Branch |
Branch.withName(String name) |
Branch |
Branch.withTimeouts(TimeoutsDefinition timeouts) |
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ParallelState.getBranches()
Branch Definitions
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelState.setBranches(List<Branch> branches)
Branch Definitions
(Required)
|
ParallelState |
ParallelState.withBranches(List<Branch> branches) |
| Constructor and Description |
|---|
ParallelState(List<Branch> branches,
String name,
DefaultState.Type type) |
Copyright © 2020–2023 CNCF. All rights reserved.