Uses of Package
io.serverlessworkflow.api.states
-
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.deserializers Class Description DefaultState.Type OperationState.ActionMode ParallelState.CompletionType -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.interfaces Class Description DefaultState.Type -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.serializers Class Description CallbackState This state is used to wait for events from event sources and then transitioning to a next stateDelayState This state is used to wait for events from event sources and then transitioning to a next stateEventState 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.ForEachState Execute a set of defined actions or workflows for each element of a data arrayInjectState Set up and inject the state's data input to data output.OperationState This state allows one or more functions to run in sequence or in parallel without waiting for any event.ParallelState Consists of a number of states that are executed in parallelSubflowState Defines a sub-workflow to be executedSwitchState Permits transitions to other states based on criteria matching -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.states Class Description CallbackState This state is used to wait for events from event sources and then transitioning to a next stateDefaultState Default StateDefaultState.Type DelayState This state is used to wait for events from event sources and then transitioning to a next stateEventState 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.ForEachState Execute a set of defined actions or workflows for each element of a data arrayInjectState Set up and inject the state's data input to data output.OperationState This state allows one or more functions to run in sequence or in parallel without waiting for any event.OperationState.ActionMode ParallelState Consists of a number of states that are executed in parallelParallelState.CompletionType SubflowState Defines a sub-workflow to be executedSwitchState Permits transitions to other states based on criteria matching