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 BranchBranch. withActions(List<Action> actions)BranchBranch. withName(String name)BranchBranch. 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 voidParallelState. setBranches(List<Branch> branches)Branch Definitions (Required)ParallelStateParallelState. 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)
-