Uses of Class
io.serverlessworkflow.api.branches.Branch
-
Packages that use Branch Package Description io.serverlessworkflow.api.branches io.serverlessworkflow.api.states -
-
Uses of Branch in io.serverlessworkflow.api.branches
Methods in io.serverlessworkflow.api.branches that return Branch Modifier and Type Method Description Branch
Branch. withActions(List<Action> actions)
Branch
Branch. withName(String name)
Branch
Branch. withTimeouts(TimeoutsDefinition timeouts)
-
Uses of Branch in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return types with arguments of type Branch Modifier and Type Method Description List<Branch>
ParallelState. getBranches()
Branch Definitions (Required)Method parameters in io.serverlessworkflow.api.states with type arguments of type Branch Modifier and Type Method Description void
ParallelState. setBranches(List<Branch> branches)
Branch Definitions (Required)ParallelState
ParallelState. withBranches(List<Branch> branches)
Constructor parameters in io.serverlessworkflow.api.states with type arguments of type Branch Constructor Description ParallelState(List<Branch> branches, String name, DefaultState.Type type)
-