Uses of Class
io.serverlessworkflow.api.states.DefaultState
-
Packages that use DefaultState Package Description io.serverlessworkflow.api.states -
-
Uses of DefaultState in io.serverlessworkflow.api.states
Subclasses of DefaultState in io.serverlessworkflow.api.states Modifier and Type Class Description classCallbackStateThis state is used to wait for events from event sources and then transitioning to a next stateclassEventStateThis state is used to wait for events from event sources and then to invoke one or more functions to run in sequence or in parallel.classForEachStateExecute a set of defined actions or workflows for each element of a data arrayclassInjectStateSet up and inject the state's data input to data output.classOperationStateThis state allows one or more functions to run in sequence or in parallel without waiting for any event.classParallelStateConsists of a number of states that are executed in parallelclassSleepStateThis state is used to wait for events from event sources and then transitioning to a next stateclassSwitchStatePermits transitions to other states based on criteria matchingMethods in io.serverlessworkflow.api.states that return DefaultState Modifier and Type Method Description DefaultStateDefaultState. withCompensatedBy(String compensatedBy)DefaultStateDefaultState. withEnd(End end)DefaultStateDefaultState. withId(String id)DefaultStateDefaultState. withMetadata(Map<String,String> metadata)DefaultStateDefaultState. withName(String name)DefaultStateDefaultState. withOnErrors(List<Error> onErrors)DefaultStateDefaultState. withStateDataFilter(StateDataFilter stateDataFilter)DefaultStateDefaultState. withTimeouts(TimeoutsDefinition timeouts)DefaultStateDefaultState. withTransition(Transition transition)DefaultStateDefaultState. withType(DefaultState.Type type)
-