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 class
CallbackState
This state is used to wait for events from event sources and then transitioning to a next stateclass
EventState
This 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.class
ForEachState
Execute a set of defined actions or workflows for each element of a data arrayclass
InjectState
Set up and inject the state's data input to data output.class
OperationState
This state allows one or more functions to run in sequence or in parallel without waiting for any event.class
ParallelState
Consists of a number of states that are executed in parallelclass
SleepState
This state is used to wait for events from event sources and then transitioning to a next stateclass
SwitchState
Permits transitions to other states based on criteria matchingMethods in io.serverlessworkflow.api.states that return DefaultState Modifier and Type Method Description DefaultState
DefaultState. withCompensatedBy(String compensatedBy)
DefaultState
DefaultState. withEnd(End end)
DefaultState
DefaultState. withId(String id)
DefaultState
DefaultState. withMetadata(Map<String,String> metadata)
DefaultState
DefaultState. withName(String name)
DefaultState
DefaultState. withOnErrors(List<Error> onErrors)
DefaultState
DefaultState. withStateDataFilter(StateDataFilter stateDataFilter)
DefaultState
DefaultState. withTimeouts(TimeoutsDefinition timeouts)
DefaultState
DefaultState. withTransition(Transition transition)
DefaultState
DefaultState. withType(DefaultState.Type type)
-